From 177d9e0da094efb0fadb8daf54b340729b452c8f Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Fri, 15 Mar 2019 15:51:22 +0100 Subject: Normalize header guard symbol definition. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We commonly define the header guard symbol without an explicit value. Normalize the exceptions. Done with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster Message-Id: <20190315145123.28030-8-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé --- include/disas/capstone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/disas') diff --git a/include/disas/capstone.h b/include/disas/capstone.h index 84e2149..e29068d 100644 --- a/include/disas/capstone.h +++ b/include/disas/capstone.h @@ -1,5 +1,5 @@ #ifndef QEMU_CAPSTONE_H -#define QEMU_CAPSTONE_H 1 +#define QEMU_CAPSTONE_H #ifdef CONFIG_CAPSTONE -- cgit v1.1