mirror of
https://github.com/cc65/cc65.git
synced 2025-01-09 11:30:29 +00:00
Align with spaces instead of tabs here
This commit is contained in:
parent
ac7a0e21ac
commit
a590b99f5b
@ -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 },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user