mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 05:58:01 +02:00
shared: trivial: add space before comment close
This commit is contained in:
parent
b339a2742a
commit
85cc5db7a4
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ nm_strquote (char *buf, gsize buf_len, const char *str)
|
||||||
switch (buf_len) {
|
switch (buf_len) {
|
||||||
case 2:
|
case 2:
|
||||||
*(buf++) = '^';
|
*(buf++) = '^';
|
||||||
/* fall-through*/
|
/* fall-through */
|
||||||
case 1:
|
case 1:
|
||||||
*(buf++) = '\0';
|
*(buf++) = '\0';
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue