Fix indentation in ARDOUR::ExportProfileManager source file

This commit is contained in:
Tim Mayberry 2016-09-17 17:59:59 +10:00
parent 6ad519ce8e
commit ac4ad28b4f

View File

@ -589,9 +589,9 @@ ExportProfileManager::save_format_to_disk (ExportFormatSpecPtr format)
string new_name = format->name();
new_name += export_format_suffix;
/* make sure its legal for the filesystem */
/* make sure its legal for the filesystem */
new_name = legalize_for_path (new_name);
new_name = legalize_for_path (new_name);
std::string new_path = Glib::build_filename (export_config_dir, new_name);
@ -878,10 +878,9 @@ ExportProfileManager::get_warnings ()
void
ExportProfileManager::check_config (boost::shared_ptr<Warnings> warnings,
TimespanStatePtr timespan_state,
ChannelConfigStatePtr channel_config_state,
FormatStatePtr format_state,
FilenameStatePtr filename_state)
TimespanStatePtr timespan_state,
ChannelConfigStatePtr channel_config_state,
FormatStatePtr format_state, FilenameStatePtr filename_state)
{
TimespanListPtr timespans = timespan_state->timespans;
ExportChannelConfigPtr channel_config = channel_config_state->config;