mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 10:30:13 +01:00
style: fix code formatting
Fixes: 7bf46ced2e ('core/device: demote "strictly unamanged" error')
This commit is contained in:
parent
7bf46ced2e
commit
a7ff6b647c
1 changed files with 4 additions and 3 deletions
|
|
@ -14850,9 +14850,10 @@ _nm_device_check_connection_available(NMDevice *self,
|
|||
} else {
|
||||
if (!nm_device_get_managed(self, TRUE)) {
|
||||
/* device is strictly unmanaged by authoritative unmanaged reasons. */
|
||||
nm_utils_error_set_literal(error,
|
||||
NM_UTILS_ERROR_CONNECTION_AVAILABLE_STRICTLY_UNMANAGED_DEVICE,
|
||||
"device is strictly unmanaged");
|
||||
nm_utils_error_set_literal(
|
||||
error,
|
||||
NM_UTILS_ERROR_CONNECTION_AVAILABLE_STRICTLY_UNMANAGED_DEVICE,
|
||||
"device is strictly unmanaged");
|
||||
return FALSE;
|
||||
}
|
||||
if (!NM_FLAGS_HAS(flags,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue