about summary refs log tree commit diff
path: root/src/contrib/nm-compat.c
diff options
context:
space:
mode:
authorJeremy Bicha <jeremy.bicha@canonical.com>2022-02-08 12:07:45 -0500
committerJeremy Bicha <jeremy.bicha@canonical.com>2022-02-08 12:07:45 -0500
commit7d8baf4ac0480a542f000c1201df85427a22332c (patch)
tree66284d67f52a1544900b7d7e2ba527be1bcbd02e /src/contrib/nm-compat.c
parent88c227d90a6b7b388c5c85d72802a0ca8f05ed5c (diff)
New upstream version 1.35.90
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));