aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/CLMemoryRegion.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/CLMemoryRegion.h')
-rw-r--r--arm_compute/runtime/CL/CLMemoryRegion.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/CL/CLMemoryRegion.h b/arm_compute/runtime/CL/CLMemoryRegion.h
index 6f7c3cd9a8..9119e27682 100644
--- a/arm_compute/runtime/CL/CLMemoryRegion.h
+++ b/arm_compute/runtime/CL/CLMemoryRegion.h
@@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_RUNTIME_CL_CL_MEMORY_REGION_H__
-#define __ARM_COMPUTE_RUNTIME_CL_CL_MEMORY_REGION_H__
+#ifndef ARM_COMPUTE_RUNTIME_CL_CL_MEMORY_REGION_H
+#define ARM_COMPUTE_RUNTIME_CL_CL_MEMORY_REGION_H
#include "arm_compute/core/CL/OpenCL.h"
#include "arm_compute/runtime/IMemoryRegion.h"
@@ -183,4 +183,4 @@ public:
void unmap(cl::CommandQueue &q) final;
};
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_RUNTIME_CL_CL_MEMORY_REGION_H__ */
+#endif /* ARM_COMPUTE_RUNTIME_CL_CL_MEMORY_REGION_H */