summaryrefslogtreecommitdiff
path: root/shared/nm-glib-aux/nm-shared-utils.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-09-23 12:43:47 +0200
committerThomas Haller <thaller@redhat.com>2020-09-23 12:43:47 +0200
commitdc3a477884bda6bbc9501b03eaf4c58c1b464d91 (patch)
treeb395d78df6411893f7cc252210c6ddf7f2c42269 /shared/nm-glib-aux/nm-shared-utils.c
parent20ce16cc7b6ef840e650b9c5138a03f49adb6e6f (diff)
downloadNetworkManager-dc3a477884bda6bbc9501b03eaf4c58c1b464d91.tar.gz
all/style: remove duplicate semicolon (";;") in sources
Diffstat (limited to 'shared/nm-glib-aux/nm-shared-utils.c')
-rw-r--r--shared/nm-glib-aux/nm-shared-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/nm-glib-aux/nm-shared-utils.c b/shared/nm-glib-aux/nm-shared-utils.c
index 3f1a618125..5901e87b7a 100644
--- a/shared/nm-glib-aux/nm-shared-utils.c
+++ b/shared/nm-glib-aux/nm-shared-utils.c
@@ -3734,7 +3734,7 @@ _nm_utils_strv_dup_packed (const char *const*strv,
len2++;
for (; i < len2; i++)
result[i] = NULL;
- g_return_val_if_reached (result);;
+ g_return_val_if_reached (result);
}
result[i] = sbuf;