]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/arm/signal.h
xnu-7195.101.1.tar.gz
[apple/xnu.git] / bsd / arm / signal.h
index e6ed0e24c28b13ac23bc697a792254820a1f0f21..bf19eded297b57e1dc5e3140f88bc92279762030 100644 (file)
@@ -6,14 +6,13 @@
  *
  */
 
-#ifndef        _ARM_SIGNAL_
-#define        _ARM_SIGNAL_ 1
+#ifndef _ARM_SIGNAL_
+#define _ARM_SIGNAL_ 1
 
 #include <sys/cdefs.h>
 
 #ifndef _ANSI_SOURCE
-typedef int sig_atomic_t; 
+typedef int sig_atomic_t;
 #endif /* ! _ANSI_SOURCE */
 
-#endif /* _ARM_SIGNAL_ */
-
+#endif  /* _ARM_SIGNAL_ */