This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / taskdelays.h
index e5682d8..eafb1e7 100644 (file)
@@ -5,7 +5,7 @@
 #include <linux/types.h>
 
 struct task_delay_info {
-#if defined CONFIG_DELAY_ACCT 
+#ifdef CONFIG_DELAY_ACCT
        /* delay statistics in usecs */
        uint64_t waitcpu_total;
        uint64_t runcpu_total;
@@ -14,7 +14,7 @@ struct task_delay_info {
        uint32_t runs;
        uint32_t num_iowaits;
        uint32_t num_memwaits;
-#endif                         
+#endif
 };
 
 #endif                         // _LINUX_TASKDELAYS_H