Fix whitespace fail in previous commit
authorguenther <guenther@openbsd.org>
Sat, 3 May 2014 22:49:43 +0000 (22:49 +0000)
committerguenther <guenther@openbsd.org>
Sat, 3 May 2014 22:49:43 +0000 (22:49 +0000)
sys/uvm/uvm_glue.c

index 324794c..5865c46 100644 (file)
@@ -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);
 }
 
 /*