summaryrefslogtreecommitdiff
path: root/libs/ardour/export_profile_manager.cc
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2016-09-17 17:59:59 +1000
committerTim Mayberry <mojofunk@gmail.com>2016-09-17 22:03:16 +1000
commitac4ad28b4f3c89f6b380bdc5ea7affe2d3e05247 (patch)
tree33e62b538a79926eda7198cfaf60049640afbf45 /libs/ardour/export_profile_manager.cc
parent6ad519ce8e8367f61187998dc8bb88dce60e7098 (diff)
Fix indentation in ARDOUR::ExportProfileManager source file
Diffstat (limited to 'libs/ardour/export_profile_manager.cc')
-rw-r--r--libs/ardour/export_profile_manager.cc11
1 files changed, 5 insertions, 6 deletions
diff --git a/libs/ardour/export_profile_manager.cc b/libs/ardour/export_profile_manager.cc
index be9cdd67d2..4eb2e62b0b 100644
--- a/libs/ardour/export_profile_manager.cc
+++ b/libs/ardour/export_profile_manager.cc
@@ -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;