ifcfg-rh/trivial: coding style/white-space

This commit is contained in:
Thomas Haller 2016-10-27 19:05:01 +02:00
parent f950f7922e
commit 8f9432327c

View file

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