From: guenther Date: Sat, 3 May 2014 22:49:43 +0000 (+0000) Subject: Fix whitespace fail in previous commit X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6a829ea5d50b5ef8ad50138e97f71d86300f9730;p=openbsd Fix whitespace fail in previous commit --- diff --git a/sys/uvm/uvm_glue.c b/sys/uvm/uvm_glue.c index 324794c09e3..5865c46fa35 100644 --- a/sys/uvm/uvm_glue.c +++ b/sys/uvm/uvm_glue.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_glue.c,v 1.63 2014/05/03 22:44:36 guenther Exp $ */ +/* $OpenBSD: uvm_glue.c,v 1.64 2014/05/03 22:49:43 guenther Exp $ */ /* $NetBSD: uvm_glue.c,v 1.44 2001/02/06 19:54:44 eeh Exp $ */ /* @@ -305,14 +305,14 @@ uvm_uarea_alloc(void) USPACE_ALIGN, UVM_KMF_ZERO, no_constraint.ucr_low, no_constraint.ucr_high, 0, 0, USPACE/PAGE_SIZE); - + #ifdef PMAP_UAREA /* Tell the pmap this is a u-area mapping */ if (uaddr != 0) PMAP_UAREA(uaddr); #endif - return (uaddr); + return (uaddr); } /*