aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/acl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qemu/acl.h')
-rw-r--r--include/qemu/acl.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/include/qemu/acl.h b/include/qemu/acl.h
index 116487e..7c44119 100644
--- a/include/qemu/acl.h
+++ b/include/qemu/acl.h
@@ -22,8 +22,8 @@
* THE SOFTWARE.
*/
-#ifndef __QEMU_ACL_H__
-#define __QEMU_ACL_H__
+#ifndef QEMU_ACL_H
+#define QEMU_ACL_H
#include "qemu/queue.h"
@@ -63,12 +63,4 @@ int qemu_acl_insert(qemu_acl *acl,
int qemu_acl_remove(qemu_acl *acl,
const char *match);
-#endif /* __QEMU_ACL_H__ */
-
-/*
- * Local variables:
- * c-indent-level: 4
- * c-basic-offset: 4
- * tab-width: 8
- * End:
- */
+#endif /* QEMU_ACL_H */