aboutsummaryrefslogtreecommitdiff
path: root/tests/IArrayAccessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/IArrayAccessor.h')
-rw-r--r--tests/IArrayAccessor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/IArrayAccessor.h b/tests/IArrayAccessor.h
index e5d2f94998..46507694d9 100644
--- a/tests/IArrayAccessor.h
+++ b/tests/IArrayAccessor.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2018 ARM Limited.
+ * Copyright (c) 2017-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -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_IARRAYACCESSOR_H__
-#define __ARM_COMPUTE_TEST_IARRAYACCESSOR_H__
+#ifndef ARM_COMPUTE_TEST_IARRAYACCESSOR_H
+#define ARM_COMPUTE_TEST_IARRAYACCESSOR_H
namespace arm_compute
{
@@ -69,4 +69,4 @@ public:
};
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_IARRAYACCESSOR_H__ */
+#endif /* ARM_COMPUTE_TEST_IARRAYACCESSOR_H */