Fix broken whitespace. I'd apologize for the compile times if it was my fault :D
[ardour.git] / libs / ardour / export_format_specification.cc
index bf2585a28113a79b5d79bd94decaa54a9829a345..3f6e2b83c89908e3d4e59c4b54ee7399d1353fd1 100644 (file)
@@ -219,7 +219,7 @@ ExportFormatSpecification::ExportFormatSpecification (ExportFormatSpecification
 
        set_silence_beginning (other.silence_beginning_time());
        set_silence_end (other.silence_end_time());
-       
+
        set_extension(other.extension());
 }