summaryrefslogtreecommitdiff
path: root/src/devices/wwan/nm-device-modem.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-08-22 07:41:34 +0200
committerThomas Haller <thaller@redhat.com>2019-08-28 16:27:00 +0200
commit7fd50f2789c35f2a13d0783deb1d7bb9fd6e079e (patch)
treeed21bcc52a93f542084898920f9bf25750542ea3 /src/devices/wwan/nm-device-modem.c
parent7bf8c45b192547f83adddde83ffcbac9e90fe0b8 (diff)
downloadNetworkManager-7fd50f2789c35f2a13d0783deb1d7bb9fd6e079e.tar.gz
device: various minor style cleanup
Diffstat (limited to 'src/devices/wwan/nm-device-modem.c')
-rw-r--r--src/devices/wwan/nm-device-modem.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/wwan/nm-device-modem.c b/src/devices/wwan/nm-device-modem.c
index fc38fec435..29c51162d0 100644
--- a/src/devices/wwan/nm-device-modem.c
+++ b/src/devices/wwan/nm-device-modem.c
@@ -593,7 +593,9 @@ act_stage1_prepare (NMDevice *device, NMDeviceStateReason *out_failure_reason)
req = nm_device_get_act_request (device);
g_return_val_if_fail (req, NM_ACT_STAGE_RETURN_FAILURE);
- return nm_modem_act_stage1_prepare (NM_DEVICE_MODEM_GET_PRIVATE (device)->modem, req, out_failure_reason);
+ return nm_modem_act_stage1_prepare (NM_DEVICE_MODEM_GET_PRIVATE (device)->modem,
+ req,
+ out_failure_reason);
}
static NMActStageReturn