remove whitespace at eol
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mediadb.C
index 4f075ff9f631c3cde29cb35c2f5632994fce9e8c..2f903711ddc4881dce1af8807079cacf28957cd7 100644 (file)
@@ -291,7 +291,7 @@ save(FileXML &xml)
        xml.tag.set_property("PID", pid);
        xml.append_tag();
        xml.append_newline();
-       
+
        for( int idx=0; idx<count; ++idx ) {
                int id;  double start, end;
                if( !get_clip(idx, id, start, end) ) continue;