mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Re-indent break statement.
MFC after: 1 week
This commit is contained in:
parent
8cc5663495
commit
5c3739b2f2
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ fw_init(void)
|
|||
if (sc->state == FWOHCI_STATE_DEAD)
|
||||
break;
|
||||
avail ++;
|
||||
break;
|
||||
break;
|
||||
}
|
||||
fw_initialized = 1;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue