mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
Clean up ill-advised or unusual 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:
+3
-3
@@ -18,8 +18,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef QIO_TASK_H__
|
||||
#define QIO_TASK_H__
|
||||
#ifndef QIO_TASK_H
|
||||
#define QIO_TASK_H
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "qom/object.h"
|
||||
@@ -252,4 +252,4 @@ void qio_task_abort(QIOTask *task,
|
||||
*/
|
||||
Object *qio_task_get_source(QIOTask *task);
|
||||
|
||||
#endif /* QIO_TASK_H__ */
|
||||
#endif /* QIO_TASK_H */
|
||||
|
||||
Reference in New Issue
Block a user