Whitespace fixes. Indented the code following Linux styleguide to fix
the mess between tabs and spaces.pull/7/head
parent
8a5c0365e6
commit
adbe6f9bee
|
|
@ -555,7 +555,7 @@ int main(int argc, char **argv)
|
|||
printf("\n");
|
||||
}
|
||||
|
||||
out_fflush:
|
||||
out_fflush:
|
||||
fflush(stdout);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -461,7 +461,7 @@ int main(int argc, char **argv)
|
|||
|
||||
} /* while (infinite_loops || loops--) */
|
||||
|
||||
out:
|
||||
out:
|
||||
|
||||
close(s);
|
||||
fclose(infile);
|
||||
|
|
|
|||
Loading…
Reference in New Issue