aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/GLES_COMPUTE/GCTensorAllocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/GLES_COMPUTE/GCTensorAllocator.h')
-rw-r--r--arm_compute/runtime/GLES_COMPUTE/GCTensorAllocator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/GLES_COMPUTE/GCTensorAllocator.h b/arm_compute/runtime/GLES_COMPUTE/GCTensorAllocator.h
index 2cd842942e..ee9861cbd1 100644
--- a/arm_compute/runtime/GLES_COMPUTE/GCTensorAllocator.h
+++ b/arm_compute/runtime/GLES_COMPUTE/GCTensorAllocator.h
@@ -22,8 +22,8 @@
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_GCTENSORALLOCATOR_H__
-#define __ARM_COMPUTE_GCTENSORALLOCATOR_H__
+#ifndef ARM_COMPUTE_GCTENSORALLOCATOR_H
+#define ARM_COMPUTE_GCTENSORALLOCATOR_H
#include "arm_compute/core/GLES_COMPUTE/OpenGLES.h"
#include "arm_compute/runtime/GLES_COMPUTE/GCMemory.h"
@@ -125,4 +125,4 @@ private:
uint8_t *_mapping; /**< Pointer to the CPU mapping of the OpenGL ES buffer. */
};
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_GCTENSORALLOCATOR_H__ */
+#endif /* ARM_COMPUTE_GCTENSORALLOCATOR_H */