aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/ICLArray.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/ICLArray.h')
-rw-r--r--arm_compute/core/CL/ICLArray.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/core/CL/ICLArray.h b/arm_compute/core/CL/ICLArray.h
index eb57ea4ce3..e11fb95bf8 100644
--- a/arm_compute/core/CL/ICLArray.h
+++ b/arm_compute/core/CL/ICLArray.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_ICLARRAY_H__
-#define __ARM_COMPUTE_ICLARRAY_H__
+#ifndef ARM_COMPUTE_ICLARRAY_H
+#define ARM_COMPUTE_ICLARRAY_H
#include "arm_compute/core/CL/OpenCL.h"
#include "arm_compute/core/IArray.h"
@@ -136,4 +136,4 @@ using ICLInt32Array = ICLArray<cl_int>;
/** Interface for OpenCL Array of floats. */
using ICLFloatArray = ICLArray<cl_float>;
}
-#endif /*__ARM_COMPUTE_ICLARRAY_H__*/
+#endif /*ARM_COMPUTE_ICLARRAY_H*/