aboutsummaryrefslogtreecommitdiff
path: root/tests/IAccessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/IAccessor.h')
-rw-r--r--tests/IAccessor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/IAccessor.h b/tests/IAccessor.h
index fac526c460..1a602afbdd 100644
--- a/tests/IAccessor.h
+++ b/tests/IAccessor.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_IACCESSOR_H__
-#define __ARM_COMPUTE_TEST_IACCESSOR_H__
+#ifndef ARM_COMPUTE_TEST_IACCESSOR_H
+#define ARM_COMPUTE_TEST_IACCESSOR_H
#include "arm_compute/core/Coordinates.h"
#include "arm_compute/core/Types.h"
@@ -118,4 +118,4 @@ public:
};
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_IACCESSOR_H__ */
+#endif /* ARM_COMPUTE_TEST_IACCESSOR_H */