summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2014-04-23 12:08:20 +0000
committerbrueffer <brueffer@FreeBSD.org>2014-04-23 12:08:20 +0000
commit0cbc420487e6b68dbc8f380828999451ebc9042e (patch)
treea34e906cee33825c123b6eda491a4e1cb93e1112 /sys/boot
parenta243d13ce71e97e2c1b78efbcebf9acfe1e39e62 (diff)
downloadFreeBSD-src-0cbc420487e6b68dbc8f380828999451ebc9042e.zip
FreeBSD-src-0cbc420487e6b68dbc8f380828999451ebc9042e.tar.gz
MFC: r264482
Re-indent break statement.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/libfirewire/firewire.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/libfirewire/firewire.c b/sys/boot/i386/libfirewire/firewire.c
index 5d408e0..5edb67a 100644
--- a/sys/boot/i386/libfirewire/firewire.c
+++ b/sys/boot/i386/libfirewire/firewire.c
@@ -137,7 +137,7 @@ fw_init(void)
if (sc->state == FWOHCI_STATE_DEAD)
break;
avail ++;
- break;
+ break;
}
fw_initialized = 1;
OpenPOWER on IntegriCloud