aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/reference/ElementwiseOperations.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/reference/ElementwiseOperations.h')
-rw-r--r--tests/validation/reference/ElementwiseOperations.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/validation/reference/ElementwiseOperations.h b/tests/validation/reference/ElementwiseOperations.h
index 7518ec86d5..912fe1aa62 100644
--- a/tests/validation/reference/ElementwiseOperations.h
+++ b/tests/validation/reference/ElementwiseOperations.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 ARM Limited.
+ * Copyright (c) 2018-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_ELEMENTWISE_OPERATIONS_H__
-#define __ARM_COMPUTE_TEST_ELEMENTWISE_OPERATIONS_H__
+#ifndef ARM_COMPUTE_TEST_ELEMENTWISE_OPERATIONS_H
+#define ARM_COMPUTE_TEST_ELEMENTWISE_OPERATIONS_H
#include "tests/SimpleTensor.h"
#include "tests/validation/Helpers.h"
@@ -44,4 +44,4 @@ SimpleTensor<T> arithmetic_operation(ArithmeticOperation op, const SimpleTensor<
} // namespace validation
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_ELEMENTWISE_OPERATIONS_H__ */
+#endif /* ARM_COMPUTE_TEST_ELEMENTWISE_OPERATIONS_H */