aboutsummaryrefslogtreecommitdiff
path: root/tests/CL/CLArrayAccessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CL/CLArrayAccessor.h')
-rw-r--r--tests/CL/CLArrayAccessor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/CL/CLArrayAccessor.h b/tests/CL/CLArrayAccessor.h
index c1638ae0df..08c86b1c46 100644
--- a/tests/CL/CLArrayAccessor.h
+++ b/tests/CL/CLArrayAccessor.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_CLARRAYACCESSOR_H__
-#define __ARM_COMPUTE_TEST_CLARRAYACCESSOR_H__
+#ifndef ARM_COMPUTE_TEST_CLARRAYACCESSOR_H
+#define ARM_COMPUTE_TEST_CLARRAYACCESSOR_H
#include "arm_compute/runtime/CL/CLArray.h"
#include "tests/IArrayAccessor.h"
@@ -91,4 +91,4 @@ private:
};
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_CLARRAYACCESSOR_H__ */
+#endif /* ARM_COMPUTE_TEST_CLARRAYACCESSOR_H */