summaryrefslogtreecommitdiffstats
path: root/include/exec
diff options
context:
space:
mode:
authorMarkus Armbruster2019-03-15 15:51:23 +0100
committerMarkus Armbruster2019-05-13 08:58:55 +0200
commit6834c3f410f6ce77dd9cad78f3a9a864e7fc8ec5 (patch)
tree9fb725b3f50b293f2e2b3aa7c3916b89e36eaeeb /include/exec
parentNormalize header guard symbol definition. (diff)
downloadqemu-6834c3f410f6ce77dd9cad78f3a9a864e7fc8ec5.tar.gz
qemu-6834c3f410f6ce77dd9cad78f3a9a864e7fc8ec5.tar.xz
qemu-6834c3f410f6ce77dd9cad78f3a9a864e7fc8ec5.zip
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: <20190315145123.28030-9-armbru@redhat.com>
Diffstat (limited to 'include/exec')
-rw-r--r--include/exec/translator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exec/translator.h b/include/exec/translator.h
index 66dfe906c4..180c51d509 100644
--- a/include/exec/translator.h
+++ b/include/exec/translator.h
@@ -142,4 +142,4 @@ void translator_loop(const TranslatorOps *ops, DisasContextBase *db,
void translator_loop_temp_check(DisasContextBase *db);
-#endif /* EXEC__TRANSLATOR_H */
+#endif /* EXEC__TRANSLATOR_H */