From 5c3739b2f26cd2230c2a5afc0eed79ef4656a79c Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Mon, 14 Apr 2014 22:49:37 +0000 Subject: [PATCH] Re-indent break statement. MFC after: 1 week --- sys/boot/i386/libfirewire/firewire.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/i386/libfirewire/firewire.c b/sys/boot/i386/libfirewire/firewire.c index 5d408e0959f..5edb67a4ecb 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;