mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 13:30:20 +01: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) {
|
||||
case 2:
|
||||
*(buf++) = '^';
|
||||
/* fall-through*/
|
||||
/* fall-through */
|
||||
case 1:
|
||||
*(buf++) = '\0';
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue