diff options
| author | Markus Armbruster <armbru@redhat.com> | 2019-03-15 15:51:22 +0100 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2019-05-13 08:58:55 +0200 |
| commit | 177d9e0da094efb0fadb8daf54b340729b452c8f (patch) | |
| tree | c58161507a8511c677be47a4d03a127e7c98959e /include/qemu/stats64.h | |
| parent | a8b991b52dcde75ab5065046653626951aac666d (diff) | |
| download | focaccia-qemu-177d9e0da094efb0fadb8daf54b340729b452c8f.tar.gz focaccia-qemu-177d9e0da094efb0fadb8daf54b340729b452c8f.zip | |
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: <20190315145123.28030-8-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'include/qemu/stats64.h')
| -rw-r--r-- | include/qemu/stats64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qemu/stats64.h b/include/qemu/stats64.h index 4a357b3e9d..19a5ac4c56 100644 --- a/include/qemu/stats64.h +++ b/include/qemu/stats64.h @@ -10,7 +10,7 @@ */ #ifndef QEMU_STATS64_H -#define QEMU_STATS64_H 1 +#define QEMU_STATS64_H #include "qemu/atomic.h" |