From 02cd3e839b70c244b41c587c8ea370e966bf2fad Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 24 Jun 2014 10:41:35 +0200 Subject: [PATCH] trivial: fix whitespace Signed-off-by: Thomas Haller (cherry picked from commit 724fc736fee4c0a777fab23a62c5fdc6bfe9551f) --- src/devices/nm-device.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c index e51790ab17..eea1f65d1a 100644 --- a/src/devices/nm-device.c +++ b/src/devices/nm-device.c @@ -4060,9 +4060,9 @@ nm_device_activate_stage3_ip_config_start (gpointer user_data) master_device = nm_active_connection_get_device (master); if (priv->ip4_state == IP_WAIT && priv->ip6_state == IP_WAIT) { nm_log_info (LOGD_DEVICE, "Activation (%s) connection '%s' waiting on master '%s'", - nm_device_get_iface (self), - nm_connection_get_id (nm_device_get_connection (self)), - nm_device_get_iface (master_device)); + nm_device_get_iface (self), + nm_connection_get_id (nm_device_get_connection (self)), + nm_device_get_iface (master_device)); } goto out; }