aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/IMemoryGroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/IMemoryGroup.h')
-rw-r--r--arm_compute/runtime/IMemoryGroup.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/IMemoryGroup.h b/arm_compute/runtime/IMemoryGroup.h
index 540af8ba69..ef8c835727 100644
--- a/arm_compute/runtime/IMemoryGroup.h
+++ b/arm_compute/runtime/IMemoryGroup.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_IMEMORYGROUP_H__
-#define __ARM_COMPUTE_IMEMORYGROUP_H__
+#ifndef ARM_COMPUTE_IMEMORYGROUP_H
+#define ARM_COMPUTE_IMEMORYGROUP_H
#include "arm_compute/runtime/IMemory.h"
#include "arm_compute/runtime/Types.h"
@@ -101,4 +101,4 @@ private:
IMemoryGroup &_memory_group;
};
} // arm_compute
-#endif /*__ARM_COMPUTE_IMEMORYGROUP_H__ */
+#endif /*ARM_COMPUTE_IMEMORYGROUP_H */