mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 05:58:01 +02:00
ifcfg-rh/trivial: coding style/white-space
This commit is contained in:
parent
f950f7922e
commit
8f9432327c
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ make_connection_setting (const char *file,
|
|||
}
|
||||
|
||||
|
||||
zone = svGetValue(ifcfg, "ZONE", FALSE);
|
||||
zone = svGetValue (ifcfg, "ZONE", FALSE);
|
||||
if (!zone || !strlen (zone)) {
|
||||
g_free (zone);
|
||||
zone = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue