mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 10:00:13 +01:00
libnm-util: remove useless semicolons
This commit is contained in:
parent
7754690e7e
commit
22aee1ac8b
1 changed files with 1 additions and 2 deletions
|
|
@ -608,9 +608,8 @@ nm_connection_verify (NMConnection *connection, GError **error)
|
|||
|
||||
/* Build up the list of settings */
|
||||
g_hash_table_iter_init (&iter, priv->settings);
|
||||
while (g_hash_table_iter_next (&iter, NULL, &value)) {
|
||||
while (g_hash_table_iter_next (&iter, NULL, &value))
|
||||
all_settings = g_slist_append (all_settings, value);
|
||||
}
|
||||
|
||||
/* Now, run the verify function of each setting */
|
||||
g_hash_table_iter_init (&iter, priv->settings);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue