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. --- include/mach_debug/pc_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/mach_debug/pc_info.h') diff --git a/include/mach_debug/pc_info.h b/include/mach_debug/pc_info.h index bc43fa8..912da9f 100644 --- a/include/mach_debug/pc_info.h +++ b/include/mach_debug/pc_info.h @@ -40,4 +40,4 @@ typedef struct sampled_pc { typedef sampled_pc_t *sampled_pc_array_t; typedef unsigned int sampled_pc_seqno_t; -#endif _MACH_DEBUG_PC_INFO_H_ +#endif /* _MACH_DEBUG_PC_INFO_H_ */ -- cgit v1.2.3