aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/reference/FastCorners.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/reference/FastCorners.h')
-rw-r--r--tests/validation/reference/FastCorners.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/validation/reference/FastCorners.h b/tests/validation/reference/FastCorners.h
index 3d070d97b4..00ee736359 100644
--- a/tests/validation/reference/FastCorners.h
+++ b/tests/validation/reference/FastCorners.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_FAST_CORNERS_H__
-#define __ARM_COMPUTE_TEST_FAST_CORNERS_H__
+#ifndef ARM_COMPUTE_TEST_FAST_CORNERS_H
+#define ARM_COMPUTE_TEST_FAST_CORNERS_H
#include "arm_compute/core/Types.h"
#include "tests/SimpleTensor.h"
@@ -41,4 +41,4 @@ std::vector<KeyPoint> fast_corners(const SimpleTensor<T> &src, float input_thres
} // namespace validation
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_FAST_CORNERS_H__ */
+#endif /* ARM_COMPUTE_TEST_FAST_CORNERS_H */