templates.py: use tabs
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 12 Nov 2014 01:33:07 +0000 (20:33 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 12 Nov 2014 01:33:07 +0000 (20:33 -0500)
barectf/templates.py

index 30b9a61cd94a17adfc052ab9b35fa6193a8bb253..e309c3494fb5f16afaab6ff0c1813a2e4cd1cd5a 100644 (file)
@@ -22,8 +22,8 @@ HEADER = """
 {barectf_ctx}
 
 /* barectf error codes */
-#define E{ucprefix}_OK   0
-#define E{ucprefix}_NOSPC   1
+#define E{ucprefix}_OK         0
+#define E{ucprefix}_NOSPC      1
 
 /* alignment macro */
 #define {ucprefix}_ALIGN_OFFSET(_at, _align) \\
This page took 0.023251 seconds and 4 git commands to generate.