]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/arm/kern_return.h
xnu-4903.270.47.tar.gz
[apple/xnu.git] / osfmk / mach / arm / kern_return.h
index eb36fc2b2cb6bd15c3dd2855d719258e33824a10..ece0c4173c43fb319f2ab367f45985000a1eee79 100644 (file)
 /*
  * @OSF_COPYRIGHT@
  */
-/* 
+/*
  * Mach Operating System
  * Copyright (c) 1991,1990,1989 Carnegie Mellon University
  * All Rights Reserved.
- * 
+ *
  * Permission to use, copy, modify and distribute this software and its
  * documentation is hereby granted, provided that both the copyright
  * notice and this permission notice appear in all copies of the
  * software, derivative works or modified versions, and any portions
  * thereof, and that both notices appear in supporting documentation.
- * 
+ *
  * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
  * CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
  * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
- * 
+ *
  * Carnegie Mellon requests users of this software to return to
- * 
+ *
  *  Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU
  *  School of Computer Science
  *  Carnegie Mellon University
  *  Pittsburgh PA 15213-3890
- * 
+ *
  * any improvements or extensions that they make and grant Carnegie Mellon
  * the rights to redistribute these changes.
  */
  *     Machine-dependent kernel return definitions.
  */
 
-#ifndef        _MACH_ARM_KERN_RETURN_H_
+#ifndef _MACH_ARM_KERN_RETURN_H_
 #define _MACH_ARM_KERN_RETURN_H_
 
-#ifndef        ASSEMBLER
-typedef        int             kern_return_t;
-#endif /* ASSEMBLER */
+#ifndef ASSEMBLER
+typedef int             kern_return_t;
+#endif  /* ASSEMBLER */
 
-#endif /* _MACH_ARM_KERN_RETURN_H_ */
+#endif  /* _MACH_ARM_KERN_RETURN_H_ */