aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLHOGDescriptorKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/kernels/CLHOGDescriptorKernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLHOGDescriptorKernel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arm_compute/core/CL/kernels/CLHOGDescriptorKernel.h b/arm_compute/core/CL/kernels/CLHOGDescriptorKernel.h
index fa5b27952f..fb2019a176 100644
--- a/arm_compute/core/CL/kernels/CLHOGDescriptorKernel.h
+++ b/arm_compute/core/CL/kernels/CLHOGDescriptorKernel.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_CLHOGDESCRIPTORKERNEL_H__
-#define __ARM_COMPUTE_CLHOGDESCRIPTORKERNEL_H__
+#ifndef ARM_COMPUTE_CLHOGDESCRIPTORKERNEL_H
+#define ARM_COMPUTE_CLHOGDESCRIPTORKERNEL_H
#include "arm_compute/core/CL/ICLKernel.h"
#include "arm_compute/core/IHOG.h"
@@ -102,4 +102,4 @@ private:
Size2D _num_cells_per_block_stride;
};
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_CLHOGDESCRIPTORKERNEL_H__ */
+#endif /* ARM_COMPUTE_CLHOGDESCRIPTORKERNEL_H */