various indentation fixes (spaces to tabs and stripping trailing whitespace)
This commit is contained in:
parent
24380603a4
commit
7fb7cd70f3
15 changed files with 107 additions and 107 deletions
|
@ -27,8 +27,8 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
color = argv[argc--];
|
||||
if (
|
||||
strcmp(color, "red") &&
|
||||
strcmp(color, "blue") &&
|
||||
strcmp(color, "red") &&
|
||||
strcmp(color, "blue") &&
|
||||
strcmp(color, "green") &&
|
||||
strcmp(color, "white")
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue