aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/TensorAllocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/TensorAllocator.h')
-rw-r--r--arm_compute/runtime/TensorAllocator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/TensorAllocator.h b/arm_compute/runtime/TensorAllocator.h
index b33a8f8785..c0c6f2a5d2 100644
--- a/arm_compute/runtime/TensorAllocator.h
+++ b/arm_compute/runtime/TensorAllocator.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_TENSORALLOCATOR_H__
-#define __ARM_COMPUTE_TENSORALLOCATOR_H__
+#ifndef ARM_COMPUTE_TENSORALLOCATOR_H
+#define ARM_COMPUTE_TENSORALLOCATOR_H
#include "arm_compute/runtime/ITensorAllocator.h"
#include "arm_compute/runtime/Memory.h"
@@ -127,4 +127,4 @@ private:
Memory _memory; /**< CPU memory */
};
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TENSORALLOCATOR_H__ */
+#endif /* ARM_COMPUTE_TENSORALLOCATOR_H */