aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLBatchConcatenateLayerKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/kernels/CLBatchConcatenateLayerKernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLBatchConcatenateLayerKernel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/core/CL/kernels/CLBatchConcatenateLayerKernel.h b/arm_compute/core/CL/kernels/CLBatchConcatenateLayerKernel.h
index 69571ad499..c4230ba41b 100644
--- a/arm_compute/core/CL/kernels/CLBatchConcatenateLayerKernel.h
+++ b/arm_compute/core/CL/kernels/CLBatchConcatenateLayerKernel.h
@@ -22,8 +22,8 @@
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_CLBATCHCONCATENATEKERNEL_H__
-#define __ARM_COMPUTE_CLBATCHCONCATENATEKERNEL_H__
+#ifndef ARM_COMPUTE_CLBATCHCONCATENATEKERNEL_H
+#define ARM_COMPUTE_CLBATCHCONCATENATEKERNEL_H
#include "arm_compute/core/CL/ICLKernel.h"
#include "arm_compute/core/Types.h"
@@ -80,4 +80,4 @@ private:
unsigned int _batch_offset;
};
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_CLBATCHCONCATENATEKERNEL_H__ */
+#endif /* ARM_COMPUTE_CLBATCHCONCATENATEKERNEL_H */