chiark / gitweb /
consistently order cleanup attribute before type
[elogind.git] / src / shared / sleep-config.c
index 1972cdbb38f207f7e66d1329a369657a7f7c9bbd..867e4edaa2e79978b963594e30feee6deff594e5 100644 (file)
@@ -49,7 +49,7 @@ int parse_sleep_config(const char *verb, char ***_modes, char ***_states) {
         };
 
         int r;
-        FILE _cleanup_fclose_ *f;
+        _cleanup_fclose_ FILE *f;
 
         f = fopen(PKGSYSCONFDIR "/sleep.conf", "re");
         if (!f)