mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-08 12:40:36 +01:00
core/trivial: fix whitespace
This commit is contained in:
parent
112f8bd5af
commit
aa9b8049ed
1 changed files with 1 additions and 1 deletions
|
|
@ -1138,7 +1138,7 @@ _set_ip_state (NMDevice *self, int addr_family, IpState new_state)
|
|||
|
||||
p = (addr_family == AF_INET)
|
||||
? &priv->ip4_state_
|
||||
: &priv->ip6_state_;
|
||||
: &priv->ip6_state_;
|
||||
|
||||
if (*p != new_state) {
|
||||
_LOGT (LOGD_DEVICE, "ip%c-state: set to %d (%s)",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue