remove whitespace
This commit is contained in:
@@ -71,7 +71,7 @@ int main (int argc, char **argv)
|
|||||||
|
|
||||||
progname = *argv;
|
progname = *argv;
|
||||||
|
|
||||||
while (-1 != (c = getopt(argc, argv, "hi:o:"))) {
|
while (-1 != (c = getopt(argc, argv, "hi:o:"))) {
|
||||||
switch (c) {
|
switch (c) {
|
||||||
case 'h':
|
case 'h':
|
||||||
usage(0);
|
usage(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user