From 306d763d872bae2a1cc23fe13b769cace8198a3a Mon Sep 17 00:00:00 2001
From: Justus Winter <4winter@informatik.uni-hamburg.de>
Date: Sun, 25 May 2014 16:19:16 +0200
Subject: Rewrite old-style #endif FOO directives

* i386/include/mach/i386/cthreads.h: Rewrite old-style #endif FOO
directives.
* include/device/tape_status.h: Likewise.
* include/mach/alert.h: Likewise.
* include/mach/boot.h: Likewise.
* include/mach/default_pager_types.defs: Likewise.
* include/mach/default_pager_types.h: Likewise.
* include/mach/multiboot.h: Likewise.
* include/mach/notify.defs: Likewise.
* include/mach_debug/pc_info.h: Likewise.
* kern/act.h: Likewise.
* kern/refcount.h: Likewise.
* kern/shuttle.h: Likewise.
---
 kern/act.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'kern/act.h')

diff --git a/kern/act.h b/kern/act.h
index 6d3a9a9e..f46f53a3 100644
--- a/kern/act.h
+++ b/kern/act.h
@@ -189,4 +189,4 @@ kern_return_t	act_machine_get_state(Act *inc, int flavor, int *tstate, unsigned
 
 
 #endif /* MIGRATING_THREADS */
-#endif _KERN_ACT_H_
+#endif	/* _KERN_ACT_H_ */
-- 
cgit v1.2.3