mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
remove dangling spaces
This commit is contained in:
parent
9d3cdc5a10
commit
eec62257c7
@ -8,7 +8,7 @@ int main (void)
|
||||
putchar ('\n');
|
||||
} else if (C == 0x7F) {
|
||||
putchar ('\t');
|
||||
} else {
|
||||
} else {
|
||||
putchar (C);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user