Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Dec 2006 11:16:14 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 112344 for review
Message-ID:  <200612311116.kBVBGEA4043864@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=112344

Change 112344 by rdivacky@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);
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612311116.kBVBGEA4043864>