Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/dev fix flagrantly wrong indent



details:   https://anonhg.NetBSD.org/src/rev/974c7c550597
branches:  trunk
changeset: 345509:974c7c550597
user:      dholland <dholland%NetBSD.org@localhost>
date:      Tue May 31 03:12:49 2016 +0000

description:
fix flagrantly wrong indent

diffstat:

 sys/arch/x68k/dev/intio.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9beaca2accd5 -r 974c7c550597 sys/arch/x68k/dev/intio.c
--- a/sys/arch/x68k/dev/intio.c Tue May 31 02:49:50 2016 +0000
+++ b/sys/arch/x68k/dev/intio.c Tue May 31 03:12:49 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intio.c,v 1.44 2016/02/26 18:19:16 christos Exp $      */
+/*     $NetBSD: intio.c,v 1.45 2016/05/31 03:12:49 dholland Exp $      */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intio.c,v 1.44 2016/02/26 18:19:16 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intio.c,v 1.45 2016/05/31 03:12:49 dholland Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -236,7 +236,7 @@
 #endif
        if (r == 0) {
                if (flag != INTIO_MAP_ALLOCATE)
-               extent_free(map, ia->ia_addr, ia->ia_size, 0);
+                       extent_free(map, ia->ia_addr, ia->ia_size, 0);
                return 0;
        }
 



Home | Main Index | Thread Index | Old Index