svn commit: r202580 - head/sys/dev/cs

Warner Losh imp at FreeBSD.org
Mon Jan 18 17:52:57 UTC 2010


Author: imp
Date: Mon Jan 18 17:52:57 2010
New Revision: 202580
URL: http://svn.freebsd.org/changeset/base/202580

Log:
  Fix indentation nit.

Modified:
  head/sys/dev/cs/if_cs.c

Modified: head/sys/dev/cs/if_cs.c
==============================================================================
--- head/sys/dev/cs/if_cs.c	Mon Jan 18 15:58:02 2010	(r202579)
+++ head/sys/dev/cs/if_cs.c	Mon Jan 18 17:52:57 2010	(r202580)
@@ -852,7 +852,7 @@ cs_write_mbufs( struct cs_softc *sc, str
 		 * Ignore empty parts
 		 */
 		if (!len)
-		continue;
+			continue;
 
 		/*
 		 * Find actual data address


More information about the svn-src-head mailing list