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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to