summaryrefslogtreecommitdiff
path: root/libnm
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-02-22 16:27:50 +0100
committerThomas Haller <thaller@redhat.com>2019-02-22 16:28:12 +0100
commit79af876e0eea223cdc9383df982e35a87a9778d2 (patch)
treee698f79c798d4821b4449548df61c203290f7d2d /libnm
parent46bc5feb996d6e607200c1631b4f9b2125c58a6b (diff)
downloadNetworkManager-79af876e0eea223cdc9383df982e35a87a9778d2.tar.gz
all/trivial: fix whitespace/indentation
Diffstat (limited to 'libnm')
-rw-r--r--libnm/nm-vpn-service-plugin.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libnm/nm-vpn-service-plugin.c b/libnm/nm-vpn-service-plugin.c
index 5e3c0641f3..a27283420a 100644
--- a/libnm/nm-vpn-service-plugin.c
+++ b/libnm/nm-vpn-service-plugin.c
@@ -828,8 +828,8 @@ nm_vpn_service_plugin_read_vpn_details (int fd,
/* done a line */
g_return_val_if_fail (hash, FALSE);
g_hash_table_insert (hash,
- g_string_free (key, FALSE),
- g_string_free (val, FALSE));
+ g_string_free (key, FALSE),
+ g_string_free (val, FALSE));
key = NULL;
val = NULL;
hash = NULL;
@@ -837,7 +837,7 @@ nm_vpn_service_plugin_read_vpn_details (int fd,
}
if (strcmp (line->str, "DONE") == 0) {
- /* finish marker */
+ /* finish marker */
break;
} else if (strncmp (line->str, DATA_KEY_TAG, strlen (DATA_KEY_TAG)) == 0) {
if (key != NULL) {