death to trailing whitespace
[openafs.git] / src / afs / LINUX24 / osi_machdep.h
index 5fc26e8..1aacbf6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
- * 
+ *
  * This software has been released under the terms of the IBM Public
  * License.  For details, see the LICENSE file in the top-level source
  * directory or online at http://www.openafs.org/dl/license10.html
@@ -74,7 +74,7 @@
 #define afs_hz HZ
 #include "h/sched.h"
 #if defined(HAVE_LINUX_CURRENT_KERNEL_TIME)
-static inline time_t osi_Time(void) { 
+static inline time_t osi_Time(void) {
     struct timespec xtime;
     xtime = current_kernel_time();
     return xtime.tv_sec;
@@ -221,7 +221,7 @@ typedef struct uio {
 #define NEED_IOCTL32
 #endif
 
-/* page offset is obtained and stored here during module initialization 
+/* page offset is obtained and stored here during module initialization
  * We need a variable to do this because, the PAGE_OFFSET macro defined in
  * include/asm/page.h can change from kernel to kernel and we cannot use
  * the hardcoded version.