1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

(again) remove TABs

This commit is contained in:
Christian Groessler 2021-05-13 18:12:12 +02:00
parent e5813cfb1a
commit 09e0e74124
3 changed files with 23 additions and 24 deletions

View File

@ -52,4 +52,3 @@ int main(void) {
printf("failures: %d\n", ret);
return ret;
}