aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/reference/HOGDescriptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/reference/HOGDescriptor.h')
-rw-r--r--tests/validation/reference/HOGDescriptor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/validation/reference/HOGDescriptor.h b/tests/validation/reference/HOGDescriptor.h
index 6ea83fe884..ef189ec1a3 100644
--- a/tests/validation/reference/HOGDescriptor.h
+++ b/tests/validation/reference/HOGDescriptor.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_HOG_DESCRIPTOR_H__
-#define __ARM_COMPUTE_TEST_HOG_DESCRIPTOR_H__
+#ifndef ARM_COMPUTE_TEST_HOG_DESCRIPTOR_H
+#define ARM_COMPUTE_TEST_HOG_DESCRIPTOR_H
#include "tests/SimpleTensor.h"
@@ -46,4 +46,4 @@ SimpleTensor<T> hog_descriptor(const SimpleTensor<U> &src, BorderMode border_mod
} // namespace validation
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_HOG_DESCRIPTOR_H__ */
+#endif /* ARM_COMPUTE_TEST_HOG_DESCRIPTOR_H */