mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 20:40:06 +01: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);
|
||||
|
||||
/* 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);
|
||||
}
|
||||
|
||||
return cmd;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue