Re-indent break statement.

MFC after:	1 week
This commit is contained in:
Christian Brueffer 2014-04-14 22:49:37 +00:00
parent 8cc5663495
commit 5c3739b2f2

View File

@ -137,7 +137,7 @@ fw_init(void)
if (sc->state == FWOHCI_STATE_DEAD)
break;
avail ++;
break;
break;
}
fw_initialized = 1;