From 79af876e0eea223cdc9383df982e35a87a9778d2 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 22 Feb 2019 16:27:50 +0100 Subject: [PATCH] all/trivial: fix whitespace/indentation --- libnm/nm-vpn-service-plugin.c | 6 +++--- src/nm-connectivity.c | 4 ++-- 2 files changed, 5 insertions(+), 5 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) { diff --git a/src/nm-connectivity.c b/src/nm-connectivity.c index 59fe042e1c..76c14ab0ad 100644 --- a/src/nm-connectivity.c +++ b/src/nm-connectivity.c @@ -1101,8 +1101,8 @@ nm_connectivity_init (NMConnectivity *self) #if WITH_CONCHECK ret = curl_global_init (CURL_GLOBAL_ALL); if (ret != CURLE_OK) { - _LOGE ("unable to init cURL, connectivity check will not work: (%d) %s", - ret, curl_easy_strerror (ret)); + _LOGE ("unable to init cURL, connectivity check will not work: (%d) %s", + ret, curl_easy_strerror (ret)); } #endif