summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-01-12 14:48:53 +0100
committerThomas Haller <thaller@redhat.com>2018-01-12 14:50:53 +0100
commitaa9b8049edaba35647a6f4569215a8c082ca5507 (patch)
tree97d4fe96203af2c5502f6648e181782ae415ba52
parent112f8bd5aff2c5d543699d968f56c7f98be07eec (diff)
downloadNetworkManager-aa9b8049edaba35647a6f4569215a8c082ca5507.tar.gz
core/trivial: fix whitespace
-rw-r--r--src/devices/nm-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
index 59b5312a11..a3a7be89f5 100644
--- a/src/devices/nm-device.c
+++ b/src/devices/nm-device.c
@@ -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)",