shared: trivial: add space before comment close

(cherry picked from commit 85cc5db7a4)
This commit is contained in:
Francesco Giudici 2017-10-12 12:22:06 +02:00 committed by Thomas Haller
parent dd02e4bfce
commit dcdb1e5fd0

View file

@ -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;