mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 15:48:06 +02:00
ifcfg-rh: (trivial) fix formatting
This commit is contained in:
parent
065a3240fb
commit
b5668f22be
1 changed files with 1 additions and 2 deletions
|
|
@ -238,8 +238,7 @@ svEscape (const char *s)
|
|||
new[j++] = s[i];
|
||||
}
|
||||
new[j++] = '"';
|
||||
new[j++] = '\0'
|
||||
;
|
||||
new[j++] = '\0';
|
||||
g_assert (j == slen + mangle - newline + 3);
|
||||
|
||||
return new;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue