Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm PR kern/51371: fix misleading indentation



details:   https://anonhg.NetBSD.org/src/rev/fe71617e4af6
branches:  trunk
changeset: 816829:fe71617e4af6
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Jul 28 07:52:06 2016 +0000

description:
PR kern/51371: fix misleading indentation

diffstat:

 sys/uvm/uvm_aobj.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2d5238d280ee -r fe71617e4af6 sys/uvm/uvm_aobj.c
--- a/sys/uvm/uvm_aobj.c        Thu Jul 28 03:09:47 2016 +0000
+++ b/sys/uvm/uvm_aobj.c        Thu Jul 28 07:52:06 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_aobj.c,v 1.123 2015/08/24 22:50:32 pooka Exp $     */
+/*     $NetBSD: uvm_aobj.c,v 1.124 2016/07/28 07:52:06 martin Exp $    */
 
 /*
  * Copyright (c) 1998 Chuck Silvers, Charles D. Cranor and
@@ -38,7 +38,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_aobj.c,v 1.123 2015/08/24 22:50:32 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_aobj.c,v 1.124 2016/07/28 07:52:06 martin Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_uvmhist.h"
@@ -929,7 +929,7 @@
                                    (flags & PGO_ALLPAGES) != 0)
                                        /* need to do a wait or I/O! */
                                        done = false;
-                                       continue;
+                               continue;
                        }
 
                        /*



Home | Main Index | Thread Index | Old Index