From: Lauri Kasanen Date: Thu, 18 May 2017 11:21:43 +0000 (+0300) Subject: Align with spaces instead of tabs here X-Git-Tag: V2.17~142^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a590b99f5be4af391811d0e79520ea07852b763f;p=cc65 Align with spaces instead of tabs here --- diff --git a/src/cc65/pragma.c b/src/cc65/pragma.c index 6ec2df3a3..27015285e 100644 --- a/src/cc65/pragma.c +++ b/src/cc65/pragma.c @@ -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 }, };