chiark / gitweb /
consistently order cleanup attribute before type
[elogind.git] / src / readahead / readahead-common.c
index 890886eca1a063413e6034066b7f1f3b9d872625..eda99e8171152f4a2ccc3bf03d92809aa67ddf08 100644 (file)
@@ -226,7 +226,7 @@ int open_inotify(void) {
 }
 
 ReadaheadShared *shared_get(void) {
-        int _cleanup_close_ fd = -1;
+        _cleanup_close_ int fd = -1;
         ReadaheadShared *m = NULL;
 
         mkdirs();