output: Render pivot tables monolithically.
[pspp] / tests / output / pivot-table-test.c
index 8bed7550ebb0cc3d7143d04b8b2ac6e7a1d1875f..2d02ed71acb6f87303fbbd1a9a2871984cb82b8d 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");
@@ -154,7 +153,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);
 }