mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 10:08:05 +02:00
coding-style: remove unnecessary braces
This commit is contained in:
parent
a94fb97763
commit
d4479a9b10
1 changed files with 1 additions and 2 deletions
|
|
@ -295,9 +295,8 @@ create_dm_cmd_line (const char *iface,
|
||||||
g_string_free (s, TRUE);
|
g_string_free (s, TRUE);
|
||||||
|
|
||||||
/* dnsmasq exits if the conf dir is not present */
|
/* dnsmasq exits if the conf dir is not present */
|
||||||
if (g_file_test (CONFDIR, G_FILE_TEST_IS_DIR)) {
|
if (g_file_test (CONFDIR, G_FILE_TEST_IS_DIR))
|
||||||
nm_cmd_line_add_string (cmd, "--conf-dir=" CONFDIR);
|
nm_cmd_line_add_string (cmd, "--conf-dir=" CONFDIR);
|
||||||
}
|
|
||||||
|
|
||||||
return cmd;
|
return cmd;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue