diff options
author | Markus Armbruster <armbru@redhat.com> | 2022-05-06 15:49:11 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2022-05-11 16:50:32 +0200 |
commit | ea9cea93c69d508a333dd1b0cb1a44f6daf80b63 (patch) | |
tree | 7817a5b07af3cb84bfa28839519a77f38ecd55d2 /include/hw/intc | |
parent | 4f31b54bfe52c72be9c17c158b38924e6cefcd0f (diff) |
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 'include/hw/intc')
-rw-r--r-- | include/hw/intc/rx_icu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/intc/rx_icu.h b/include/hw/intc/rx_icu.h index 7f5889b36f..b23504f3dd 100644 --- a/include/hw/intc/rx_icu.h +++ b/include/hw/intc/rx_icu.h @@ -73,4 +73,4 @@ struct RXICUState { #define TYPE_RX_ICU "rx-icu" OBJECT_DECLARE_SIMPLE_TYPE(RXICUState, RX_ICU) -#endif /* RX_ICU_H */ +#endif /* HW_INTC_RX_ICU_H */ |