From b4d829b84fd47b7100f4ca98b1073a17e9d3f2cb Mon Sep 17 00:00:00 2001 From: Dima Ruban Date: Mon, 20 Apr 1998 22:13:50 +0000 Subject: [PATCH] indent --- lib/libc/stdlib/getopt.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3 index ad4a4dcc5fc..4be47a9bd8c 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