Add metadata file with DOAP and LV2 Host Info information.
[ardour.git] / libs / ardour / export_status.cc
index c575ee79bef515458d418f050cad0403cc588cf3..eb0a3504b45e0e19a372eba79add08467c710026 100644 (file)
@@ -36,16 +36,16 @@ ExportStatus::init ()
        _aborted = false;
        _finished = false;
        _errors = false;
-       
+
        stage = export_None;
        progress = 0.0;
-       
+
        total_timespans = 0;
        timespan = 0;
-       
+
        total_channel_configs = 0;
        channel_config = 0;
-       
+
        total_formats = 0;
        format = 0;
 }