aboutsummaryrefslogtreecommitdiff
path: root/tests/NEON
diff options
context:
space:
mode:
Diffstat (limited to 'tests/NEON')
-rw-r--r--tests/NEON/Helper.h2
-rw-r--r--tests/NEON/NEAccessor.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/NEON/Helper.h b/tests/NEON/Helper.h
index 0651c9c709..f9774c774c 100644
--- a/tests/NEON/Helper.h
+++ b/tests/NEON/Helper.h
@@ -49,4 +49,4 @@ Array<T> create_array(const std::vector<T> &v)
} // namespace neon
} // namespace test
} // namespace arm_compute
-#endif
+#endif /* __ARM_COMPUTE_TEST_NEON_HELPER_H__ */
diff --git a/tests/NEON/NEAccessor.h b/tests/NEON/NEAccessor.h
index be28c27d98..9afc300d99 100644
--- a/tests/NEON/NEAccessor.h
+++ b/tests/NEON/NEAccessor.h
@@ -121,4 +121,4 @@ inline void *NEAccessor::operator()(const Coordinates &coord)
} // namespace neon
} // namespace test
} // namespace arm_compute
-#endif
+#endif /* __ARM_COMPUTE_TEST_NEON_NEACCESSOR_H__ */