aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/utils/helpers/tensor_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/utils/helpers/tensor_info.h')
-rw-r--r--arm_compute/core/utils/helpers/tensor_info.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/core/utils/helpers/tensor_info.h b/arm_compute/core/utils/helpers/tensor_info.h
index f23ad6e57e..da24e82f5a 100644
--- a/arm_compute/core/utils/helpers/tensor_info.h
+++ b/arm_compute/core/utils/helpers/tensor_info.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_UTILS_HELPERS_TENSOR_INFO_H__
-#define __ARM_COMPUTE_UTILS_HELPERS_TENSOR_INFO_H__
+#ifndef ARM_COMPUTE_UTILS_HELPERS_TENSOR_INFO_H
+#define ARM_COMPUTE_UTILS_HELPERS_TENSOR_INFO_H
#include "arm_compute/core/ITensorInfo.h"
@@ -54,4 +54,4 @@ inline bool tensors_have_different_quantization_info(const ITensorInfo *tensor_i
} // namespace tensor_info
} // namespace helpers
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_UTILS_HELPERS_TENSOR_INFO_H__ */
+#endif /* ARM_COMPUTE_UTILS_HELPERS_TENSOR_INFO_H */