summaryrefslogtreecommitdiff
path: root/src/nspawn
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2014-06-21 05:55:17 +0200
committerTom Gundersen <teg@jklm.no>2014-06-22 00:45:15 +0200
commitc8b32e11ee24a333f8f7c7c15226741d22e55fdd (patch)
tree3ab047e603bcf8fff6b692ad96965c34bac58bf6 /src/nspawn
parent2de61bbebfe6a1a97709b3277b150cacc30a79cd (diff)
consistently order cleanup attribute before type
Diffstat (limited to 'src/nspawn')
-rw-r--r--src/nspawn/nspawn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
index 8270348c17..212f7223bb 100644
--- a/src/nspawn/nspawn.c
+++ b/src/nspawn/nspawn.c
@@ -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);