summaryrefslogtreecommitdiff
path: root/zen/warn_static.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/warn_static.h')
-rw-r--r--zen/warn_static.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/zen/warn_static.h b/zen/warn_static.h
index fb8fbb95..17e7cf25 100644
--- a/zen/warn_static.h
+++ b/zen/warn_static.h
@@ -8,10 +8,10 @@
#define WARN_STATIC_H_08724567834560832745
/*
-Portable Compile-Time Warning
------------------------------
-Usage:
- warn_static("my message")
+ Portable Compile-Time Warning
+ -----------------------------
+ Usage:
+ warn_static("my message")
*/
#define ZEN_STATIC_WARNING_STRINGIZE(NUM) #NUM
bgstack15