summaryrefslogtreecommitdiff
path: root/lib9p/map.h
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-26 02:57:12 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-26 02:57:12 -0600
commit1dad21650eb6fb3a4b9bba6c0ddd1402930163e2 (patch)
tree0779682be9a5f22d8e7c33824319d291105fa2c8 /lib9p/map.h
parent20ff819fc032fb6ae902022f12891ae7c9f73151 (diff)
Lint for tabs-as-alignment
Diffstat (limited to 'lib9p/map.h')
-rw-r--r--lib9p/map.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib9p/map.h b/lib9p/map.h
index a13edb5..458fe74 100644
--- a/lib9p/map.h
+++ b/lib9p/map.h
@@ -12,16 +12,16 @@
*/
#ifndef NAME
-# error NAME must be defined
+ #error NAME must be defined
#endif
#ifndef KEY_T
-# error KEY_T must be defined
+ #error KEY_T must be defined
#endif
#ifndef VAL_T
-# error VAL_T must be defined
+ #error VAL_T must be defined
#endif
#ifndef CAP
-# error CAP must be defined
+ #error CAP must be defined
#endif
#ifndef MAP_KEY