From 4f31b54bfe52c72be9c17c158b38924e6cefcd0f Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Fri, 6 May 2022 15:49:10 +0200 Subject: Normalize header guard symbol definition 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: <20220506134911.2856099-4-armbru@redhat.com> Reviewed-by: Richard Henderson --- target/sparc/cpu-param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/sparc') diff --git a/target/sparc/cpu-param.h b/target/sparc/cpu-param.h index 4746d89..72ddc4a 100644 --- a/target/sparc/cpu-param.h +++ b/target/sparc/cpu-param.h @@ -5,7 +5,7 @@ */ #ifndef SPARC_CPU_PARAM_H -#define SPARC_CPU_PARAM_H 1 +#define SPARC_CPU_PARAM_H #ifdef TARGET_SPARC64 # define TARGET_LONG_BITS 64 -- cgit v1.1