Clean up decorations and whitespace around header guards

Cleaned up with scripts/clean-header-guards.pl.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
Markus Armbruster 2016-06-29 15:29:06 +02:00
parent 2a6a4076e1
commit 175de52487
111 changed files with 140 additions and 126 deletions

View file

@ -1,5 +1,5 @@
#ifndef HW_SYSBUS_H
#define HW_SYSBUS_H 1
#define HW_SYSBUS_H
/* Devices attached directly to the main system bus. */
@ -118,4 +118,4 @@ static inline DeviceState *sysbus_try_create_simple(const char *name,
return sysbus_try_create_varargs(name, addr, irq, NULL);
}
#endif /* !HW_SYSBUS_H */
#endif /* HW_SYSBUS_H */