[network-manager-openvpn/th/extra-certs-and-cleanup: 1/13] properties/trivial: fix indentation



commit d52474e5cd2c8d42b9dfe290634c792b93a99d4a
Author: Thomas Haller <thaller redhat com>
Date:   Thu Feb 22 19:05:55 2018 +0100

    properties/trivial: fix indentation

 properties/import-export.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/properties/import-export.c b/properties/import-export.c
index e211df5..04e2d68 100644
--- a/properties/import-export.c
+++ b/properties/import-export.c
@@ -1188,13 +1188,13 @@ do_import (const char *path, const char *contents, gsize contents_len, GError **
                }
 
                if (NM_IN_STRSET (params[0],
-                                NMV_OVPN_TAG_PKCS12,
-                                NMV_OVPN_TAG_CA,
-                                NMV_OVPN_TAG_CERT,
-                                NMV_OVPN_TAG_KEY,
-                                NMV_OVPN_TAG_SECRET,
-                                NMV_OVPN_TAG_TLS_AUTH,
-                                NMV_OVPN_TAG_TLS_CRYPT)) {
+                                 NMV_OVPN_TAG_PKCS12,
+                                 NMV_OVPN_TAG_CA,
+                                 NMV_OVPN_TAG_CERT,
+                                 NMV_OVPN_TAG_KEY,
+                                 NMV_OVPN_TAG_SECRET,
+                                 NMV_OVPN_TAG_TLS_AUTH,
+                                 NMV_OVPN_TAG_TLS_CRYPT)) {
                        const char *file;
                        gs_free char *file_free = NULL;
                        gboolean can_have_direction;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]