aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NESpaceToBatchLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NESpaceToBatchLayer.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NESpaceToBatchLayer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/NEON/functions/NESpaceToBatchLayer.h b/arm_compute/runtime/NEON/functions/NESpaceToBatchLayer.h
index 5b7d793118..c433f183a0 100644
--- a/arm_compute/runtime/NEON/functions/NESpaceToBatchLayer.h
+++ b/arm_compute/runtime/NEON/functions/NESpaceToBatchLayer.h
@@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_NESPACETOBATCHLAYER_H__
-#define __ARM_COMPUTE_NESPACETOBATCHLAYER_H__
+#ifndef ARM_COMPUTE_NESPACETOBATCHLAYER_H
+#define ARM_COMPUTE_NESPACETOBATCHLAYER_H
#include "arm_compute/runtime/IFunction.h"
@@ -104,4 +104,4 @@ private:
bool _has_padding; /**< Flag to check if the output has padding */
};
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_NESPACETOBATCHLAYER_H__ */
+#endif /* ARM_COMPUTE_NESPACETOBATCHLAYER_H */