Module Name:    src
Committed By:   tsutsui
Date:           Tue Sep  1 13:46:50 UTC 2015

Modified Files:
        src/sys/arch/luna68k/stand/boot: devopen.c

Log Message:
Fix indent.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/luna68k/stand/boot/devopen.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/luna68k/stand/boot/devopen.c
diff -u src/sys/arch/luna68k/stand/boot/devopen.c:1.9 src/sys/arch/luna68k/stand/boot/devopen.c:1.10
--- src/sys/arch/luna68k/stand/boot/devopen.c:1.9	Sat Feb 14 05:58:02 2015
+++ src/sys/arch/luna68k/stand/boot/devopen.c	Tue Sep  1 13:46:50 2015
@@ -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 @@ make_device(const char *str, int *devp, 
 	 */
 	/* 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;
 	}

Reply via email to