aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/arm
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2022-05-06 15:49:11 +0200
committerMarkus Armbruster <armbru@redhat.com>2022-05-11 16:50:32 +0200
commitea9cea93c69d508a333dd1b0cb1a44f6daf80b63 (patch)
tree7817a5b07af3cb84bfa28839519a77f38ecd55d2 /bsd-user/arm
parent4f31b54bfe52c72be9c17c158b38924e6cefcd0f (diff)
downloadqemu-ea9cea93c69d508a333dd1b0cb1a44f6daf80b63.zip
qemu-ea9cea93c69d508a333dd1b0cb1a44f6daf80b63.tar.gz
qemu-ea9cea93c69d508a333dd1b0cb1a44f6daf80b63.tar.bz2
Clean up decorations and whitespace around header guards
Cleaned up with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20220506134911.2856099-5-armbru@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'bsd-user/arm')
-rw-r--r--bsd-user/arm/target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-user/arm/target.h b/bsd-user/arm/target.h
index 419c039..7c423ec 100644
--- a/bsd-user/arm/target.h
+++ b/bsd-user/arm/target.h
@@ -17,5 +17,5 @@ static inline bool regpairs_aligned(void *cpu_env)
return true;
}
-#endif /* ! TARGET_H */
+#endif /* TARGET_H */