chiark / gitweb /
tabs to spaces
[elogind.git] / src / core / mount.c
index 5d2b0100138727dbc2c995df935bdba057a90efb..25bc7e197a12a066bded44d829aa0aeee505b474 100644 (file)
@@ -717,9 +717,9 @@ static void mount_set_state(Mount *m, MountState state) {
                  state == MOUNT_UNMOUNTING_SIGTERM ||
                  state == MOUNT_UNMOUNTING_SIGKILL ||
                  state == MOUNT_FAILED) {
-               if (state != old_state)
-                       mount_notify_automount(m, -ENODEV);
-       }
+                if (state != old_state)
+                        mount_notify_automount(m, -ENODEV);
+        }
 
         if (state != old_state)
                 log_debug_unit(UNIT(m)->id,