From 4a03572cd91c364f324efbf342e0795410a318e4 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 23 Jan 2017 21:48:01 +0100 Subject: NO-OP: add a few spaces before function args --- libs/ardour/midi_model.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libs') diff --git a/libs/ardour/midi_model.cc b/libs/ardour/midi_model.cc index e73ba8c689..4da2dc3396 100644 --- a/libs/ardour/midi_model.cc +++ b/libs/ardour/midi_model.cc @@ -96,10 +96,10 @@ MidiModel::new_patch_change_diff_command (const string& name) void MidiModel::apply_command(Session& session, Command* cmd) { - session.begin_reversible_command(cmd->name()); + session.begin_reversible_command (cmd->name()); (*cmd)(); - session.commit_reversible_command(cmd); - set_edited(true); + session.commit_reversible_command (cmd); + set_edited (true); } /** Apply a command as part of a larger reversible transaction @@ -111,8 +111,8 @@ void MidiModel::apply_command_as_subcommand(Session& session, Command* cmd) { (*cmd)(); - session.add_command(cmd); - set_edited(true); + session.add_command (cmd); + set_edited (true); } /************** DIFF COMMAND ********************/ -- cgit v1.2.3