chiark / gitweb /
tree-wide: fix wrong indent (#5757)
[elogind.git] / src / shared / sleep-config.c
index a57ebacd2a124bf2a74dccf68dffd95f32c2710a..3a947fcde2bc7880e907c4f7d25cf6f0ee6e9da0 100644 (file)
@@ -60,9 +60,9 @@ int parse_sleep_config(const char *verb, char ***_modes, char ***_states) {
         };
 
         config_parse_many_nulstr(PKGSYSCONFDIR "/sleep.conf",
-                          CONF_PATHS_NULSTR("systemd/sleep.conf.d"),
-                          "Sleep\0", config_item_table_lookup, items,
-                          false, NULL);
+                                 CONF_PATHS_NULSTR("systemd/sleep.conf.d"),
+                                 "Sleep\0", config_item_table_lookup, items,
+                                 false, NULL);
 
         if (streq(verb, "suspend")) {
                 /* empty by default */