summaryrefslogtreecommitdiff
path: root/src/devices/wwan/nm-device-modem.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-09-29 09:02:29 +0200
committerThomas Haller <thaller@redhat.com>2020-09-29 09:12:27 +0200
commit8841d529e1bd1d5b6733b0b6c17e06379229180d (patch)
treed582cd5c174f0adfb8631765cdb28a88cd4016f2 /src/devices/wwan/nm-device-modem.c
parent89ed75df16499ab3aa2fba6c8b8adf646036cf01 (diff)
downloadNetworkManager-8841d529e1bd1d5b6733b0b6c17e06379229180d.tar.gz
format: manually replace remaining tabs with spaces and reformat
Diffstat (limited to 'src/devices/wwan/nm-device-modem.c')
-rw-r--r--src/devices/wwan/nm-device-modem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/wwan/nm-device-modem.c b/src/devices/wwan/nm-device-modem.c
index 0165526385..9cf4fb3112 100644
--- a/src/devices/wwan/nm-device-modem.c
+++ b/src/devices/wwan/nm-device-modem.c
@@ -368,8 +368,8 @@ modem_state_cb(NMModem *modem, int new_state_i, int old_state_i, gpointer user_d
if (dev_state == NM_DEVICE_STATE_NEED_AUTH) {
/* The modem was unlocked externally to NetworkManager,
- deactivate so the default connection can be
- automatically activated again */
+ * deactivate so the default connection can be
+ * automatically activated again */
nm_device_state_changed(device,
NM_DEVICE_STATE_DEACTIVATING,
NM_DEVICE_STATE_REASON_MODEM_AVAILABLE);