remove dangling spaces
This commit is contained in:
@@ -8,7 +8,7 @@ int main (void)
|
|||||||
putchar ('\n');
|
putchar ('\n');
|
||||||
} else if (C == 0x7F) {
|
} else if (C == 0x7F) {
|
||||||
putchar ('\t');
|
putchar ('\t');
|
||||||
} else {
|
} else {
|
||||||
putchar (C);
|
putchar (C);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user