aboutsummaryrefslogtreecommitdiff
path: root/tests/CL/CLAccessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CL/CLAccessor.h')
-rw-r--r--tests/CL/CLAccessor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/CL/CLAccessor.h b/tests/CL/CLAccessor.h
index 8e800c71c1..4cfe083fe5 100644
--- a/tests/CL/CLAccessor.h
+++ b/tests/CL/CLAccessor.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_CLACCESSOR_H__
-#define __ARM_COMPUTE_TEST_CLACCESSOR_H__
+#ifndef ARM_COMPUTE_TEST_CLACCESSOR_H
+#define ARM_COMPUTE_TEST_CLACCESSOR_H
#include "arm_compute/runtime/CL/CLTensor.h"
#include "tests/IAccessor.h"
@@ -167,4 +167,4 @@ inline void *CLAccessor::operator()(const Coordinates &coord)
}
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_CLACCESSOR_H__ */
+#endif /* ARM_COMPUTE_TEST_CLACCESSOR_H */