Module Name: src
Committed By: martin
Date: Thu Jul 28 07:52:06 UTC 2016
Modified Files:
src/sys/uvm: uvm_aobj.c
Log Message:
PR kern/51371: fix misleading indentation
To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/sys/uvm/uvm_aobj.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/uvm/uvm_aobj.c
diff -u src/sys/uvm/uvm_aobj.c:1.123 src/sys/uvm/uvm_aobj.c:1.124
--- src/sys/uvm/uvm_aobj.c:1.123 Mon Aug 24 22:50:32 2015
+++ src/sys/uvm/uvm_aobj.c Thu Jul 28 07:52:06 2016
@@ -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 @@ uao_get(struct uvm_object *uobj, voff_t
(flags & PGO_ALLPAGES) != 0)
/* need to do a wait or I/O! */
done = false;
- continue;
+ continue;
}
/*