Fixed style bugs in previous commit (unsorting of the global declarations

and addition of a tab to a blank line).
This commit is contained in:
Bruce Evans 2003-12-27 05:57:20 +00:00
parent a976eb5e46
commit ba62a56380

View File

@ -51,9 +51,9 @@ static const char rcsid[] =
int alwaysno; /* assume "no" for all questions */
int alwaysyes; /* assume "yes" for all questions */
int force; /* force check even the fs is clean */
int preen; /* set when preening */
int rdonly; /* device is opened read only (supersedes above) */
int force; /* force check even the fs is clean */
static void usage(void) __dead2;
@ -68,7 +68,7 @@ main(int argc, char **argv)
{
int ret = 0, erg;
int ch;
force = 0;
while ((ch = getopt(argc, argv, "fFnpy")) != -1) {
switch (ch) {