chiark / gitweb /
mounts: automatically create /dev/stderr and friends early on boot so that they are...
[elogind.git] / src / timer.c
index 0dcaad509184132473996ffea2f8799e27adc943..b01944ccdbd34ae81322c74c66977280f91fb00a 100644 (file)
@@ -197,9 +197,9 @@ static void timer_enter_waiting(Timer *t, bool initial) {
                 switch (v->base) {
 
                 case TIMER_ACTIVE:
-                        if (state_translation_table[t->state] == UNIT_ACTIVE) {
+                        if (state_translation_table[t->state] == UNIT_ACTIVE)
                                 base = t->meta.inactive_exit_timestamp.monotonic;
-                        else
+                        else
                                 base = n;
                         break;