svn commit: r264817 - stable/9/sys/boot/i386/libfirewire

Christian Brueffer brueffer at FreeBSD.org
Wed Apr 23 12:09:15 UTC 2014


Author: brueffer
Date: Wed Apr 23 12:09:15 2014
New Revision: 264817
URL: http://svnweb.freebsd.org/changeset/base/264817

Log:
  MFC: r264482
  
  Re-indent break statement.

Modified:
  stable/9/sys/boot/i386/libfirewire/firewire.c
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/boot/   (props changed)

Modified: stable/9/sys/boot/i386/libfirewire/firewire.c
==============================================================================
--- stable/9/sys/boot/i386/libfirewire/firewire.c	Wed Apr 23 12:08:20 2014	(r264816)
+++ stable/9/sys/boot/i386/libfirewire/firewire.c	Wed Apr 23 12:09:15 2014	(r264817)
@@ -137,7 +137,7 @@ fw_init(void) 
 		if (sc->state == FWOHCI_STATE_DEAD)
 			break;
 		avail ++;
-			break;
+		break;
 	}
 	fw_initialized = 1;
 


More information about the svn-src-all mailing list