Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/luna68k/stand/boot Fix indent.



details:   https://anonhg.NetBSD.org/src/rev/807f1b081758
branches:  trunk
changeset: 810503:807f1b081758
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Tue Sep 01 13:46:50 2015 +0000

description:
Fix indent.

diffstat:

 sys/arch/luna68k/stand/boot/devopen.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 633cf1b6e650 -r 807f1b081758 sys/arch/luna68k/stand/boot/devopen.c
--- a/sys/arch/luna68k/stand/boot/devopen.c     Tue Sep 01 13:46:29 2015 +0000
+++ b/sys/arch/luna68k/stand/boot/devopen.c     Tue Sep 01 13:46:50 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: devopen.c,v 1.9 2015/02/14 05:58:02 tsutsui Exp $      */
+/*     $NetBSD: devopen.c,v 1.10 2015/09/01 13:46:50 tsutsui Exp $     */
 
 /*
  * Copyright (c) 1992 OMRON Corporation.
@@ -136,7 +136,7 @@
         */
        /* find end of dev type name */
        for (cp = str, i = 0; *cp != '\0' && *cp != '(' && i < MAXDEVNAME; i++)
-                       devname[i] = *cp++;
+               devname[i] = *cp++;
        if (*cp != '(') {
                return -1;
        }



Home | Main Index | Thread Index | Old Index