aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/util/log.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-09-23 10:26:01 +0200
committeremersion <contact@emersion.fr>2017-09-23 10:26:01 +0200
commit427bdb5b558b995e556ed3e708dfbe91f257d091 (patch)
treebe4e8e28bd3b73413a8a5bc684914a868fbe33fe /include/wlr/util/log.h
parent06ae9e7c9f8811dcda3df8ec72ab75e54ee54b87 (diff)
Use more consistent include guard names
Diffstat (limited to 'include/wlr/util/log.h')
-rw-r--r--include/wlr/util/log.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/wlr/util/log.h b/include/wlr/util/log.h
index 2acaa2ed..3de2cacf 100644
--- a/include/wlr/util/log.h
+++ b/include/wlr/util/log.h
@@ -1,5 +1,6 @@
-#ifndef _WLR_UTIL_LOG_H
-#define _WLR_UTIL_LOG_H
+#ifndef WLR_UTIL_LOG_H
+#define WLR_UTIL_LOG_H
+
#include <stdbool.h>
#include <stdarg.h>
#include <string.h>