treewide: Remove trailing whitespace
[sliver-openvswitch.git] / datapath / linux-2.6 / compat-2.6 / include / linux / mutex.h
index 93dfa3b..020a280 100644 (file)
@@ -50,10 +50,10 @@ static inline void mutex_unlock(struct mutex *lock)
 {
        up(&lock->sema);
 }
-#else 
+#else
 
 #include_next <linux/mutex.h>
 
 #endif /* linux version < 2.6.16 */
 
-#endif 
+#endif