[NetworkManager-openconnect/master: 2/10] auth-dialog: remove trailing whitespace
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [NetworkManager-openconnect/master: 2/10] auth-dialog: remove trailing whitespace
- Date: Sun, 24 Apr 2022 09:41:21 +0000 (UTC)
commit 43999562eee62fc3ca8ee15003d6bf40b9d9333b
Author: Luca Boccassi <luca boccassi microsoft com>
Date: Tue Oct 12 20:45:01 2021 +0100
auth-dialog: remove trailing whitespace
configure.ac | 2 +-
properties/nm-openconnect-editor-plugin.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 500efd3..392e7f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -121,7 +121,7 @@ if test x"$with_gnome" != xno; then
GTK_CFLAGS="$GTK_CFLAGS -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_12"
GTK_CFLAGS="$GTK_CFLAGS -DGDK_VERSION_MAX_ALLOWED=GDK_VERSION_3_12"
PKG_CHECK_MODULES(LIBNMA, libnma >= 1.2.0)
-
+
PKG_CHECK_MODULES(GCR, gcr-3 >= 3.4)
GCR_CFLAGS="$GCR_CFLAGS -DGCR_API_SUBJECT_TO_CHANGE"
diff --git a/properties/nm-openconnect-editor-plugin.c b/properties/nm-openconnect-editor-plugin.c
index f475c7d..90dd5af 100644
--- a/properties/nm-openconnect-editor-plugin.c
+++ b/properties/nm-openconnect-editor-plugin.c
@@ -258,7 +258,7 @@ import (NMVpnEditorPlugin *iface, const char *path, GError **error)
bval = g_key_file_get_boolean (keyfile, "openconnect", "FSID", NULL);
if (bval)
nm_setting_vpn_add_data_item (s_vpn, NM_OPENCONNECT_KEY_PEM_PASSPHRASE_FSID, "yes");
-
+
/* Prevent invalid cert */
bval = g_key_file_get_boolean (keyfile, "openconnect", "PreventInvalidCert", NULL);
if (true)
@@ -361,7 +361,7 @@ export (NMVpnEditorPlugin *iface,
value = nm_setting_vpn_get_data_item (s_vpn, NM_OPENCONNECT_KEY_PEM_PASSPHRASE_FSID);
if (value && !strcmp (value, "yes"))
pem_passphrase_fsid = TRUE;
-
+
value = nm_setting_vpn_get_data_item (s_vpn, NM_OPENCONNECT_KEY_PREVENT_INVALID_CERT);
if (value && !strcmp (value, "yes"))
prevent_invalid_cert = TRUE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]