]> git.sur5r.net Git - cc65/commitdiff
Align with spaces instead of tabs here
authorLauri Kasanen <cand@gmx.com>
Thu, 18 May 2017 11:21:43 +0000 (14:21 +0300)
committerLauri Kasanen <cand@gmx.com>
Thu, 18 May 2017 11:21:43 +0000 (14:21 +0300)
src/cc65/pragma.c

index 6ec2df3a33dd618f69503a328862c5e4e6051e5c..27015285e79d2a33bc979280ce2728fe94959f45 100644 (file)
@@ -125,7 +125,7 @@ static const struct Pragma {
     { "static-locals",          PRAGMA_STATIC_LOCALS      },
     { "staticlocals",           PRAGMA_STATICLOCALS       },      /* obsolete */
     { "warn",                   PRAGMA_WARN               },
-    { "wrapped-call",          PRAGMA_WRAPPED_CALL       },
+    { "wrapped-call",           PRAGMA_WRAPPED_CALL      },
     { "writable-strings",       PRAGMA_WRITABLE_STRINGS   },
     { "zpsym",                  PRAGMA_ZPSYM              },
 };