chiark / gitweb /
consistently order cleanup attribute before type
[elogind.git] / src / nspawn / nspawn.c
index 8270348c1727eedb2a6458e6f94c75bd42d1cdb4..212f7223bb8e613b224d90c667ed60af1f01f547 100644 (file)
@@ -824,7 +824,7 @@ static int setup_timezone(const char *dest) {
 }
 
 static int setup_resolv_conf(const char *dest) {
-        char _cleanup_free_ *where = NULL;
+        _cleanup_free_ char *where = NULL;
 
         assert(dest);