aboutsummaryrefslogtreecommitdiff
path: root/tests/NEON/HOGAccessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/NEON/HOGAccessor.h')
-rw-r--r--tests/NEON/HOGAccessor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/NEON/HOGAccessor.h b/tests/NEON/HOGAccessor.h
index 3250ab856a..9b10c84d33 100644
--- a/tests/NEON/HOGAccessor.h
+++ b/tests/NEON/HOGAccessor.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_HOGACCESSOR_H__
-#define __ARM_COMPUTE_TEST_HOGACCESSOR_H__
+#ifndef ARM_COMPUTE_TEST_HOGACCESSOR_H
+#define ARM_COMPUTE_TEST_HOGACCESSOR_H
#include "arm_compute/runtime/HOG.h"
#include "tests/IHOGAccessor.h"
@@ -65,4 +65,4 @@ private:
};
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_HOGACCESSOR_H__ */
+#endif /* ARM_COMPUTE_TEST_HOGACCESSOR_H */