Whitespace fixes. Indented the code following Linux styleguide to fix

the mess between tabs and spaces.
pull/7/head
Oliver Hartkopp 2008-06-03 08:46:57 +00:00
parent 8a5c0365e6
commit adbe6f9bee
12 changed files with 2560 additions and 2560 deletions

View File

@ -555,7 +555,7 @@ int main(int argc, char **argv)
printf("\n"); printf("\n");
} }
out_fflush: out_fflush:
fflush(stdout); fflush(stdout);
} }
} }

View File

@ -461,7 +461,7 @@ int main(int argc, char **argv)
} /* while (infinite_loops || loops--) */ } /* while (infinite_loops || loops--) */
out: out:
close(s); close(s);
fclose(infile); fclose(infile);