mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
Gratuitous whitespace change to un-wrap a short line.
This commit is contained in:
parent
3475d7748a
commit
8bbfdc98e4
1 changed files with 1 additions and 2 deletions
|
|
@ -317,8 +317,7 @@ if_findindex(struct ifnet *ifp)
|
|||
case IFT_XETHER:
|
||||
case IFT_ISO88025:
|
||||
case IFT_L2VLAN:
|
||||
snprintf(eaddr, 18, "%6D",
|
||||
IFP2AC(ifp)->ac_enaddr, ":");
|
||||
snprintf(eaddr, 18, "%6D", IFP2AC(ifp)->ac_enaddr, ":");
|
||||
break;
|
||||
default:
|
||||
eaddr[0] = '\0';
|
||||
|
|
|
|||
Loading…
Reference in a new issue