xnu-1228.0.2.tar.gz
[apple/xnu.git] / osfmk / machine / lock.h
index 2dca6e703fce6777dff1bb23c815b557ff76a7d3..7b501e60432baacc4b27a805cce98255c677d578 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@
  * 
@@ -30,7 +30,6 @@
 #ifndef _MACHINE_LOCK_H_
 #define _MACHINE_LOCK_H_
 
-
 #if defined (__ppc__)
 #include "ppc/lock.h"
 #elif defined (__i386__)
@@ -39,7 +38,6 @@
 #error architecture not supported
 #endif
 
-
 #endif /* _MACHINE_LOCK_H_ */
 
 #endif