Delete all Trailing spaces in code.
[reactos.git] / rostests / winetests / kernel32 / mailslot.c
index b5f99ad..e3deea4 100755 (executable)
@@ -107,7 +107,7 @@ static int mailslot_test(void)
             "slot write\n");
 
     /*
-     * we can't read from this client, 
+     * we can't read from this client,
      * but we should be able to write to it
      */
     ok( !ReadFile( hWriter, buffer, sizeof buffer/2, &count, NULL),