aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLHeightConcatenateLayerKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/kernels/CLHeightConcatenateLayerKernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLHeightConcatenateLayerKernel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/core/CL/kernels/CLHeightConcatenateLayerKernel.h b/arm_compute/core/CL/kernels/CLHeightConcatenateLayerKernel.h
index a9b2f036bc..6dc5379143 100644
--- a/arm_compute/core/CL/kernels/CLHeightConcatenateLayerKernel.h
+++ b/arm_compute/core/CL/kernels/CLHeightConcatenateLayerKernel.h
@@ -22,8 +22,8 @@
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_CLHEIGHTCONCATENATELAYERKERNEL_H__
-#define __ARM_COMPUTE_CLHEIGHTCONCATENATELAYERKERNEL_H__
+#ifndef ARM_COMPUTE_CLHEIGHTCONCATENATELAYERKERNEL_H
+#define ARM_COMPUTE_CLHEIGHTCONCATENATELAYERKERNEL_H
#include "arm_compute/core/CL/ICLKernel.h"
#include "arm_compute/core/Types.h"
@@ -78,4 +78,4 @@ private:
unsigned int _num_elems_processed_per_iteration;
};
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_CLHEIGHTCONCATENATELAYERKERNEL_H__ */
+#endif /* ARM_COMPUTE_CLHEIGHTCONCATENATELAYERKERNEL_H */