aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEGather.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NEGather.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEGather.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/NEON/functions/NEGather.h b/arm_compute/runtime/NEON/functions/NEGather.h
index f6de961d2a..6b6072cd53 100644
--- a/arm_compute/runtime/NEON/functions/NEGather.h
+++ b/arm_compute/runtime/NEON/functions/NEGather.h
@@ -22,8 +22,8 @@
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_NEGATHER_H__
-#define __ARM_COMPUTE_NEGATHER_H__
+#ifndef ARM_COMPUTE_NEGATHER_H
+#define ARM_COMPUTE_NEGATHER_H
#include "arm_compute/core/Types.h"
#include "arm_compute/runtime/NEON/INESimpleFunctionNoBorder.h"
@@ -59,4 +59,4 @@ public:
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_NEGATHER_H__ */
+#endif /* ARM_COMPUTE_NEGATHER_H */