PERFORCE change 112344 for review

Roman Divacky rdivacky at FreeBSD.org
Sun Dec 31 03:16:15 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=112344

Change 112344 by rdivacky at rdivacky_witten on 2006/12/31 11:15:23

	White space fixes.

Affected files ...

.. //depot/projects/linuxolator/src/sys/compat/linux/linux_mib.c#3 edit

Differences ...

==== //depot/projects/linuxolator/src/sys/compat/linux/linux_mib.c#3 (text+ko) ====

@@ -237,14 +237,14 @@
 
 	pr = td->td_ucred->cr_prison;
 	if (pr != NULL) {
-	   	mtx_lock(&pr->pr_mtx);
+		mtx_lock(&pr->pr_mtx);
 		if (pr->pr_linux != NULL) {
-		   	lpr = (struct linux_prison *)pr->pr_linux;
+			lpr = (struct linux_prison *)pr->pr_linux;
 			use26 = lpr->pr_use_linux26;
 		}
-	   	mtx_unlock(&pr->pr_mtx);
+		mtx_unlock(&pr->pr_mtx);
 	} else
-	   	use26 = linux_use_linux26;
+	use26 = linux_use_linux26;
 	
 	return (use26);
 }


More information about the p4-projects mailing list