]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/ast.h
xnu-1228.0.2.tar.gz
[apple/xnu.git] / osfmk / machine / ast.h
index 4309636e87160748b6a768ece3aca71610fb03b0..866a1c6069fb65ede85469f1aa76a0241e77995c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -28,7 +28,6 @@
 #ifndef _MACHINE_AST_H
 #define _MACHINE_AST_H
 
-
 #if defined (__ppc__)
 #include "ppc/ast.h"
 #elif defined (__i386__)
@@ -37,5 +36,4 @@
 #error architecture not supported
 #endif
 
-
 #endif /* _MACHINE_AST_H */