aboutsummaryrefslogtreecommitdiff
path: root/tests/NEON/Accessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/NEON/Accessor.h')
-rw-r--r--tests/NEON/Accessor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/NEON/Accessor.h b/tests/NEON/Accessor.h
index e3a926cffe..0c43f56009 100644
--- a/tests/NEON/Accessor.h
+++ b/tests/NEON/Accessor.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_TEST_ACCESSOR_H__
-#define __ARM_COMPUTE_TEST_ACCESSOR_H__
+#ifndef ARM_COMPUTE_TEST_ACCESSOR_H
+#define ARM_COMPUTE_TEST_ACCESSOR_H
#include "arm_compute/runtime/Tensor.h"
#include "tests/IAccessor.h"
@@ -154,4 +154,4 @@ inline void *Accessor::operator()(const Coordinates &coord)
}
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_ACCESSOR_H__ */
+#endif /* ARM_COMPUTE_TEST_ACCESSOR_H */