aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Log.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/Log.h')
-rw-r--r--arm_compute/core/Log.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/core/Log.h b/arm_compute/core/Log.h
index a6e1592286..1515557f4c 100644
--- a/arm_compute/core/Log.h
+++ b/arm_compute/core/Log.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_LOG_H__
-#define __ARM_COMPUTE_LOG_H__
+#ifndef ARM_COMPUTE_LOG_H
+#define ARM_COMPUTE_LOG_H
#include "arm_compute/core/utils/logging/Macros.h"
@@ -114,4 +114,4 @@
ARM_COMPUTE_LOG_STREAM_CORE(arm_compute::logging::LogLevel::INFO, ss); \
} while(false)
-#endif /* __ARM_COMPUTE_LOGGING_MACROS_H__ */
+#endif /* ARM_COMPUTE_LOGGING_MACROS_H */