Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/config Use tabs for indentation; pointed out by sim...



details:   https://anonhg.NetBSD.org/src/rev/01282f2e9bd5
branches:  trunk
changeset: 551952:01282f2e9bd5
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Sun Sep 14 12:43:04 2003 +0000

description:
Use tabs for indentation; pointed out by simonb@.

diffstat:

 usr.sbin/config/main.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b408c2aa20ab -r 01282f2e9bd5 usr.sbin/config/main.c
--- a/usr.sbin/config/main.c    Sun Sep 14 12:35:46 2003 +0000
+++ b/usr.sbin/config/main.c    Sun Sep 14 12:43:04 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.85 2003/09/14 12:35:46 jmmv Exp $   */
+/*     $NetBSD: main.c,v 1.86 2003/09/14 12:43:04 jmmv Exp $   */
 
 /*
  * Copyright (c) 1992, 1993
@@ -1459,7 +1459,7 @@
                                fprintf(stderr, "config: line too long\n");
                                exit(2);
                        }
-                        i += ptr - oldptr + 5;
+                       i += ptr - oldptr + 5;
                        memcpy(line, oldptr, (ptr - oldptr));
                        line[ptr - oldptr] = '\0';
                        j = strunvis(uline, line);



Home | Main Index | Thread Index | Old Index