Fix broken whitespace. I'd apologize for the compile times if it was my fault :D
[ardour.git] / libs / ardour / export_channel_configuration.cc
index eb3b2838c64e68cf3bd117d873359f9fbf5db444..31729e171b2f4bac3d7637ee30521b5e605fe518 100644 (file)
@@ -103,12 +103,12 @@ void
 ExportChannelConfiguration::configurations_for_files (std::list<boost::shared_ptr<ExportChannelConfiguration> > & configs)
 {
        configs.clear ();
-       
+
        if (!split) {
                configs.push_back (shared_from_this ());
                return;
        }
-       
+
        for (ChannelList::const_iterator it = channels.begin (); it != channels.end (); ++it) {
                boost::shared_ptr<ExportChannelConfiguration> config (new ExportChannelConfiguration (session));
                config->set_name (_name);