removed duplicate const declaration
[pspp] / src / output / driver.c
index 81ef6690e5bcf3de7f88fcab4325ed4b3eeb0f69..afb5084fa1d2abc0d76c59d77179fe5a86902b97 100644 (file)
@@ -378,7 +378,7 @@ output_driver_create (struct string_map *options)
                      device_string, "terminal", "listing");
       device_type = default_device_type (file_name);
     }
-  
+
   struct file_handle *fh = fh_create_file (NULL, file_name, NULL, fh_default_properties ());
 
   driver = f->create (fh, device_type, options);