remove spaces within tabs (\t( )+\t)

This commit is contained in:
Martin Willi
2009-09-04 15:00:19 +02:00
parent 323f9f990f
commit b9b8a98f47
45 changed files with 103 additions and 103 deletions
+2 -2
View File
@@ -272,7 +272,7 @@ int main(int argc, char **argv)
break;
case 0: /* long option already handled */
continue;
continue;
case ':': /* diagnostic already printed by getopt_long */
case '?': /* diagnostic already printed by getopt_long */
@@ -303,7 +303,7 @@ int main(int argc, char **argv)
status = 1;
goto end;
}
}
}
continue;
case 'q': /* --quiet */