mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 10:20:14 +01:00
nmcs: fix indentation
This commit is contained in:
parent
aa5959a595
commit
d46da9072a
1 changed files with 2 additions and 2 deletions
|
|
@ -159,8 +159,8 @@ _ehandle_complete (EHandleData *edata,
|
|||
|
||||
nm_clear_pointer (&edata->timeout_source, nm_g_source_destroy_and_unref);
|
||||
|
||||
nm_clear_g_cancellable_disconnect (g_task_get_cancellable (edata->task),
|
||||
&edata->cancellable_id);
|
||||
nm_clear_g_cancellable_disconnect (g_task_get_cancellable (edata->task),
|
||||
&edata->cancellable_id);
|
||||
|
||||
if (error_take) {
|
||||
if (nm_utils_error_is_cancelled (error_take))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue