From a7ff6b647c2d455c14e5f6ada98f2b5cd0eb749a Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mon, 17 Oct 2022 17:38:57 +0200 Subject: [PATCH] style: fix code formatting Fixes: 7bf46ced2e01 ('core/device: demote "strictly unamanged" error') --- src/core/devices/nm-device.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/core/devices/nm-device.c b/src/core/devices/nm-device.c index ba4969d266..7edb97ce37 100644 --- a/src/core/devices/nm-device.c +++ b/src/core/devices/nm-device.c @@ -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,