unigbrk: New modules for grapheme clusters.
[pspp] / tests / test-usleep.c
index 38c8cdc0d743dde61dc28867b3c8b91cd555e138..58fdc7c4be6d4a43518c8bbc83fe18432f9dca25 100644 (file)
@@ -28,7 +28,7 @@ SIGNATURE_CHECK (usleep, int, (useconds_t));
 #include "macros.h"
 
 int
-main(void)
+main (void)
 {
   time_t start = time (NULL);
   ASSERT (usleep (1000000) == 0);