mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-30 23:48:05 +02:00
trivial: remove extra semicolons
This commit is contained in:
parent
c636fe88e3
commit
0e92228476
1 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ nm_config_get_dhcp_client (NMConfig *config)
|
|||
{
|
||||
g_return_val_if_fail (config != NULL, NULL);
|
||||
|
||||
return NM_CONFIG_GET_PRIVATE (config)->dhcp_client;;
|
||||
return NM_CONFIG_GET_PRIVATE (config)->dhcp_client;
|
||||
}
|
||||
|
||||
const char **
|
||||
|
|
@ -96,7 +96,7 @@ nm_config_get_log_level (NMConfig *config)
|
|||
{
|
||||
g_return_val_if_fail (config != NULL, NULL);
|
||||
|
||||
return NM_CONFIG_GET_PRIVATE (config)->log_level;;
|
||||
return NM_CONFIG_GET_PRIVATE (config)->log_level;
|
||||
}
|
||||
|
||||
const char *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue