]> mj.ucw.cz Git - libucw.git/blobdiff - lib/asort-test.c
The asio.test should be performed only in threaded mode.
[libucw.git] / lib / asort-test.c
index b84bb53a61de4418c6e1a1c57d884780dad30d9d..acc209fc99a911e53f64c1bc9adb8f4856a24385 100644 (file)
@@ -68,7 +68,7 @@ int main(void)
   check();
   generate();
   init_timer();
-  as_sort(N);  
+  as_sort(N);
   printf("asort: %d ms\n", get_timer());
   check();
   return 0;