Cleanup: remove trailing whitespaces at EOL
[urcu.git] / compat_futex.c
index 6fe378f965d4407734fe16f3ffcc8ff8eb4afbb1..b7f78f0b1c87a832cfb33c22e3a93845bbe7d3bb 100644 (file)
@@ -58,7 +58,7 @@ int compat_futex_noasync(int32_t *uaddr, int op, int32_t val,
 
        /*
         * Check if NULL. Don't let users expect that they are taken into
-        * account. 
+        * account.
         */
        assert(!timeout);
        assert(!uaddr2);
@@ -120,7 +120,7 @@ int compat_futex_async(int32_t *uaddr, int op, int32_t val,
 
        /*
         * Check if NULL. Don't let users expect that they are taken into
-        * account. 
+        * account.
         */
        assert(!timeout);
        assert(!uaddr2);
This page took 0.022206 seconds and 4 git commands to generate.