aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/reference/IntegralImage.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/reference/IntegralImage.h')
-rw-r--r--tests/validation/reference/IntegralImage.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/validation/reference/IntegralImage.h b/tests/validation/reference/IntegralImage.h
index c766aae89e..0d2314c46a 100644
--- a/tests/validation/reference/IntegralImage.h
+++ b/tests/validation/reference/IntegralImage.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 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_INTEGRAL_IMAGE_H__
-#define __ARM_COMPUTE_TEST_INTEGRAL_IMAGE_H__
+#ifndef ARM_COMPUTE_TEST_INTEGRAL_IMAGE_H
+#define ARM_COMPUTE_TEST_INTEGRAL_IMAGE_H
#include "tests/SimpleTensor.h"
@@ -40,4 +40,4 @@ SimpleTensor<uint32_t> integral_image(const SimpleTensor<T> &src);
} // namespace validation
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_INTEGRAL_IMAGE_H__ */
+#endif /* ARM_COMPUTE_TEST_INTEGRAL_IMAGE_H */