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