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/fa4ca58b8b38
branches: trunk
changeset: 346687:fa4ca58b8b38
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 1941da171c95 -r fa4ca58b8b38 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