From: Lauri Kasanen Date: Thu, 18 May 2017 12:54:47 +0000 (+0300) Subject: More tabs to spaces X-Git-Tag: V2.17~142^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7feced88627dc3f07fe1580e80670c234bd0a984;p=cc65 More tabs to spaces --- diff --git a/src/cc65/pragma.c b/src/cc65/pragma.c index 27015285e..fe7101d97 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 }, };