From c8b32e11ee24a333f8f7c7c15226741d22e55fdd Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Sat, 21 Jun 2014 05:55:17 +0200 Subject: consistently order cleanup attribute before type --- src/test/test-path-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/test-path-util.c') diff --git a/src/test/test-path-util.c b/src/test/test-path-util.c index 4ee33a9543..19462c3571 100644 --- a/src/test/test-path-util.c +++ b/src/test/test-path-util.c @@ -58,7 +58,7 @@ static void test_path(void) { assert_se(streq(basename("file.../"), "")); #define test_parent(x, y) { \ - char _cleanup_free_ *z = NULL; \ + _cleanup_free_ char *z = NULL; \ int r = path_get_parent(x, &z); \ printf("expected: %s\n", y ? y : "error"); \ printf("actual: %s\n", r<0 ? "error" : z); \ -- cgit v1.2.3-54-g00ecf