aboutsummaryrefslogtreecommitdiff
path: root/tests/GLES_COMPUTE/GCAccessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GLES_COMPUTE/GCAccessor.h')
-rw-r--r--tests/GLES_COMPUTE/GCAccessor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/GLES_COMPUTE/GCAccessor.h b/tests/GLES_COMPUTE/GCAccessor.h
index 6b722b4650..45abd58a56 100644
--- a/tests/GLES_COMPUTE/GCAccessor.h
+++ b/tests/GLES_COMPUTE/GCAccessor.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_GCACCESSOR_H__
-#define __ARM_COMPUTE_TEST_GCACCESSOR_H__
+#ifndef ARM_COMPUTE_TEST_GCACCESSOR_H
+#define ARM_COMPUTE_TEST_GCACCESSOR_H
#include "arm_compute/runtime/GLES_COMPUTE/GCTensor.h"
#include "tests/IAccessor.h"
@@ -145,4 +145,4 @@ inline void *GCAccessor::operator()(const Coordinates &coord)
}
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_GCACCESSOR_H__ */
+#endif /* ARM_COMPUTE_TEST_GCACCESSOR_H */