chiark / gitweb /
move _cleanup_ attribute in front of the type
[elogind.git] / src / udev / accelerometer / accelerometer.c
index b6913b46f87b9cce2caafd6b7d064bfee9e19183..e611b48a4235a3476f960516306ee5db6f57ac09 100644 (file)
@@ -187,7 +187,7 @@ static void test_orientation(struct udev *udev,
                              const char *devpath)
 {
         OrientationUp old, new;
-        int _cleanup_close_ fd = -1;
+        _cleanup_close_ int fd = -1;
         struct input_event ev[64];
         bool got_syn = false;
         bool got_x = false, got_y = false, got_z = false;