X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fsleep-config.c;h=3a947fcde2bc7880e907c4f7d25cf6f0ee6e9da0;hp=a57ebacd2a124bf2a74dccf68dffd95f32c2710a;hb=c44125856f441ea170a6389e1f67f962a7fbb0e9;hpb=1c8e31366269c1af3fa3994755bb4d49b21818ee diff --git a/src/shared/sleep-config.c b/src/shared/sleep-config.c index a57ebacd2..3a947fcde 100644 --- a/src/shared/sleep-config.c +++ b/src/shared/sleep-config.c @@ -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 */