core/trivial: fix whitespace

This commit is contained in:
Thomas Haller
2018-01-12 14:48:53 +01:00
parent 112f8bd5af
commit aa9b8049ed

View File

@@ -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)",