From 85cc5db7a4cb6dd1df97a471ead833beed0f7b68 Mon Sep 17 00:00:00 2001 From: Francesco Giudici Date: Thu, 12 Oct 2017 12:22:06 +0200 Subject: shared: trivial: add space before comment close --- shared/nm-utils/nm-shared-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1