summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorderaadt <>1998-05-05 19:36:03 +0000
committerderaadt <>1998-05-05 19:36:03 +0000
commit804a4c1fe3d0bb176b7528ad1f60e7a0c2a960a6 (patch)
treee7ba2e5f994fb06ec0ede4d08b2a778866dc26bb /src
parentf5a1192458713aa61f02e2c7dff0706ef99167e4 (diff)
downloadopenbsd-804a4c1fe3d0bb176b7528ad1f60e7a0c2a960a6.tar.gz
openbsd-804a4c1fe3d0bb176b7528ad1f60e7a0c2a960a6.tar.bz2
openbsd-804a4c1fe3d0bb176b7528ad1f60e7a0c2a960a6.zip
indent nice
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/stdlib/getopt.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/getopt.3 b/src/lib/libc/stdlib/getopt.3
index 918633e530..4340ff54fd 100644
--- a/src/lib/libc/stdlib/getopt.3
+++ b/src/lib/libc/stdlib/getopt.3
@@ -29,7 +29,7 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $OpenBSD: getopt.3,v 1.5 1998/04/25 00:34:44 deraadt Exp $ 32.\" $OpenBSD: getopt.3,v 1.6 1998/05/05 19:36:03 deraadt Exp $
33.\" 33.\"
34.Dd April 19, 1994 34.Dd April 19, 1994
35.Dt GETOPT 3 35.Dt GETOPT 3
@@ -175,7 +175,7 @@ int bflag, ch, fd;
175 175
176bflag = 0; 176bflag = 0;
177while ((ch = getopt(argc, argv, "bf:")) != -1) { 177while ((ch = getopt(argc, argv, "bf:")) != -1) {
178 switch(ch) { 178 switch (ch) {
179 case 'b': 179 case 'b':
180 bflag = 1; 180 bflag = 1;
181 break; 181 break;