mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
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 <armbru@redhat.com> Message-Id: <20220506134911.2856099-4-armbru@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
9c0928045c
commit
4f31b54bfe
20 changed files with 20 additions and 20 deletions
|
@ -9,7 +9,7 @@
|
|||
*/
|
||||
|
||||
#ifndef EXEC_MEMOPIDX_H
|
||||
#define EXEC_MEMOPIDX_H 1
|
||||
#define EXEC_MEMOPIDX_H
|
||||
|
||||
#include "exec/memop.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue