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

@ -880,8 +880,7 @@ void
ExportProfileManager::check_config (boost::shared_ptr<Warnings> warnings,
TimespanStatePtr timespan_state,
ChannelConfigStatePtr channel_config_state,
FormatStatePtr format_state,
FilenameStatePtr filename_state)
FormatStatePtr format_state, FilenameStatePtr filename_state)
{
TimespanListPtr timespans = timespan_state->timespans;
ExportChannelConfigPtr channel_config = channel_config_state->config;