summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Giudici <fgiudici@redhat.com>2017-10-12 12:22:06 +0200
committerFrancesco Giudici <fgiudici@redhat.com>2017-11-09 17:17:00 +0100
commit85cc5db7a4cb6dd1df97a471ead833beed0f7b68 (patch)
tree236054c499edc314c72cfe4734ab791e6e9ff30b
parentb339a2742a437c7cdf27c9d117250c7b35a59a2e (diff)
downloadNetworkManager-85cc5db7a4cb6dd1df97a471ead833beed0f7b68.tar.gz
shared: trivial: add space before comment close
-rw-r--r--shared/nm-utils/nm-shared-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/nm-utils/nm-shared-utils.c b/shared/nm-utils/nm-shared-utils.c
index cea60edfb0..79d1e6aa9c 100644
--- a/shared/nm-utils/nm-shared-utils.c
+++ b/shared/nm-utils/nm-shared-utils.c
@@ -151,7 +151,7 @@ nm_strquote (char *buf, gsize buf_len, const char *str)
switch (buf_len) {
case 2:
*(buf++) = '^';
- /* fall-through*/
+ /* fall-through */
case 1:
*(buf++) = '\0';
break;