work on debugging rules
[pspp] / tests / output / pivot-table-test.c
index 67edc0481fa8d8d99c0df7fb563f794eb9b4a2e4..e610ee25b4835f7df60bfb469777c3dc8f513980 100644 (file)
@@ -127,7 +127,6 @@ configure_drivers (int width, int length UNUSED, int min_break)
     string_map_insert (&options, "box", box);
   register_driver (&options, "-");
 
-
   /* Render to <base>.pdf. */
   string_map_insert (&options, "top-margin", "0");
   string_map_insert (&options, "bottom-margin", "0");
@@ -148,7 +147,6 @@ configure_drivers (int width, int length UNUSED, int min_break)
   register_driver (&options, "%s.spv", output_base);
   register_driver (&options, "%s.html", output_base);
   register_driver (&options, "%s.tex", output_base);
-
   string_map_destroy (&options);
 }