summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/getopt.3
diff options
context:
space:
mode:
authordima <dima@FreeBSD.org>1998-04-20 22:13:50 +0000
committerdima <dima@FreeBSD.org>1998-04-20 22:13:50 +0000
commitf475e872ad522f322a7f3e4819186d6583438904 (patch)
tree643f1812ca151c5c4bef30dc649ea34210c35daf /lib/libc/stdlib/getopt.3
parent079b7f7a37d47bed8869156995eeaf79fc4d9910 (diff)
downloadFreeBSD-src-f475e872ad522f322a7f3e4819186d6583438904.zip
FreeBSD-src-f475e872ad522f322a7f3e4819186d6583438904.tar.gz
indent
Diffstat (limited to 'lib/libc/stdlib/getopt.3')
-rw-r--r--lib/libc/stdlib/getopt.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3
index ad4a4dc..4be47a9 100644
--- a/lib/libc/stdlib/getopt.3
+++ b/lib/libc/stdlib/getopt.3
@@ -191,7 +191,7 @@ while ((ch = getopt(argc, argv, "bf:")) != -1)
case '?':
default:
usage();
-}
+ }
argc -= optind;
argv += optind;
.Ed
OpenPOWER on IntegriCloud