Whitespace changes only: Remove trailing whitespace
[pspp] / tests / ui / syntax-gen-test.c
index f99b4f44b435e9da23e70cb565ef28f82a8c167e..31dd8eb6b970bae82c64db151f94785e8f59291e 100644 (file)
@@ -12,14 +12,14 @@ test_runner (const char *format, ...)
   va_start (args, format);
 
   ds_init_empty (&syntax);
-  
+
   syntax_gen_pspp_valist (&syntax, format, args);
 
   va_end (args);
 
   puts (ds_cstr (&syntax));
 
-  ds_destroy (&syntax);  
+  ds_destroy (&syntax);
 }
 
 int