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;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"