summaryrefslogtreecommitdiff
path: root/callouts
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2013-10-15 20:02:58 +0200
committerThomas Haller <thaller@redhat.com>2013-11-07 21:32:08 +0100
commitf059298896b738f8f511236b26a52a56d883e827 (patch)
tree7c944e877b979b0c859c234312d22efc02211664 /callouts
parent10bd060076befc4b711125a19831d323f9ea8595 (diff)
trivial: whitespace fix
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'callouts')
-rw-r--r--callouts/nm-dispatcher-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/callouts/nm-dispatcher-utils.c b/callouts/nm-dispatcher-utils.c
index ee756b648d..cc6559b39e 100644
--- a/callouts/nm-dispatcher-utils.c
+++ b/callouts/nm-dispatcher-utils.c
@@ -310,7 +310,7 @@ construct_ip6_items (GSList *items, GHashTable *ip6_config, const char *prefix)
first = FALSE;
}
}
-
+
items = g_slist_prepend (items, tmp->str);
g_string_free (tmp, FALSE);
}
@@ -448,7 +448,7 @@ nm_dispatcher_utils_construct_envp (const char *action,
return NULL;
}
ip_iface = g_value_get_string (value);
- }
+ }
/* Device type */
value = g_hash_table_lookup (device_props, NMD_DEVICE_PROPS_TYPE);