about summary refs log tree commit diff
path: root/src/contrib/nm-compat.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-02-14 19:24:33 +0100
committerMichael Biebl <biebl@debian.org>2022-02-14 19:24:33 +0100
commit95864d59ac5530f59fe277580cc13f44b6de5b64 (patch)
tree617239c0147c38efedf639d325cd56e8c7fb8be9 /src/contrib/nm-compat.c
parent1628eda029ba4dede8d4d45572c6b60367882436 (diff)
parent2f94dba7385fd0e0ef19a06eb4a2fcf6c43d7946 (diff)
Update upstream source from tag 'upstream/1.35.91'
Update to upstream version '1.35.91'
with Debian dir d8c1bf4c615814324dba64d19fe27402339c67f5
Diffstat (limited to 'src/contrib/nm-compat.c')
-rw-r--r--src/contrib/nm-compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contrib/nm-compat.c b/src/contrib/nm-compat.c
index f15c29c9..d322cb1f 100644
--- a/src/contrib/nm-compat.c
+++ b/src/contrib/nm-compat.c
@@ -22,7 +22,7 @@ _get_keys(NMSettingVpn *setting, gboolean is_secrets, guint *out_length)
 {
     guint        len;
     const char **keys = NULL;
-    GPtrArray *  a;
+    GPtrArray   *a;
 
     nm_assert(NM_IS_SETTING_VPN(setting));