Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdlib Added a tab before a '}' to put the brace in...



details:   https://anonhg.NetBSD.org/src/rev/5e21b6eb6179
branches:  trunk
changeset: 481312:5e21b6eb6179
user:      elric <elric%NetBSD.org@localhost>
date:      Tue Jan 25 23:22:49 2000 +0000

description:
Added a tab before a '}' to put the brace in the right place.

diffstat:

 lib/libc/stdlib/getopt.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b6db7bffa4d0 -r 5e21b6eb6179 lib/libc/stdlib/getopt.3
--- a/lib/libc/stdlib/getopt.3  Tue Jan 25 22:32:20 2000 +0000
+++ b/lib/libc/stdlib/getopt.3  Tue Jan 25 23:22:49 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getopt.3,v 1.18 1999/12/02 13:15:56 kleink Exp $
+.\"    $NetBSD: getopt.3,v 1.19 2000/01/25 23:22:49 elric Exp $
 .\"
 .\" Copyright (c) 1988, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -192,7 +192,7 @@
        case '?':
        default:
                usage();
-}
+       }
 argc -= optind;
 argv += optind;
 .Ed



Home | Main Index | Thread Index | Old Index