aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/TensorInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/TensorInfo.h')
-rw-r--r--arm_compute/core/TensorInfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/core/TensorInfo.h b/arm_compute/core/TensorInfo.h
index a68f769c51..68570d58db 100644
--- a/arm_compute/core/TensorInfo.h
+++ b/arm_compute/core/TensorInfo.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_TENSORINFO_H__
-#define __ARM_COMPUTE_TENSORINFO_H__
+#ifndef ARM_COMPUTE_TENSORINFO_H
+#define ARM_COMPUTE_TENSORINFO_H
#include "arm_compute/core/ITensorInfo.h"
@@ -339,4 +339,4 @@ private:
DataLayout _data_layout;
};
} // namespace arm_compute
-#endif /*__ARM_COMPUTE_TENSORINFO_H__ */
+#endif /*ARM_COMPUTE_TENSORINFO_H */