summaryrefslogtreecommitdiff
path: root/src/nm-act-request.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-act-request.c')
-rw-r--r--src/nm-act-request.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/nm-act-request.c b/src/nm-act-request.c
index 0e428b9b36..6afae138e1 100644
--- a/src/nm-act-request.c
+++ b/src/nm-act-request.c
@@ -378,19 +378,19 @@ device_state_changed(NMActiveConnection *active,
NMActiveConnectionStateReason ac_state_reason = NM_ACTIVE_CONNECTION_STATE_REASON_UNKNOWN;
/* Decide which device state changes to handle when this active connection
- * is not the device's current request. Two cases here: (a) the AC is
- * pending and not yet active, and (b) the AC was active but the device is
- * entering DISCONNECTED state (which clears the device's current AC before
- * emitting the state change signal).
- */
+ * is not the device's current request. Two cases here: (a) the AC is
+ * pending and not yet active, and (b) the AC was active but the device is
+ * entering DISCONNECTED state (which clears the device's current AC before
+ * emitting the state change signal).
+ */
if (NM_ACTIVE_CONNECTION(nm_device_get_act_request(device)) != active) {
/* Some other request is activating; this one must be pending */
if (new_state >= NM_DEVICE_STATE_PREPARE)
return;
else if (new_state == NM_DEVICE_STATE_DISCONNECTED) {
/* This request hasn't started activating yet; the device is
- * disconnecting and cleaning up a previous activation request.
- */
+ * disconnecting and cleaning up a previous activation request.
+ */
if (cur_ac_state < NM_ACTIVE_CONNECTION_STATE_ACTIVATING)
return;