From a473d630eb165272992e90f8d854b1d66ec0be63 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 1 Jun 2011 16:50:12 +0000 Subject: Fix broken whitespace. I'd apologize for the compile times if it was my fault :D git-svn-id: svn://localhost/ardour2/branches/3.0@9654 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_command.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/ardour/session_command.cc') diff --git a/libs/ardour/session_command.cc b/libs/ardour/session_command.cc index 17c7d559d4..36ad015277 100644 --- a/libs/ardour/session_command.cc +++ b/libs/ardour/session_command.cc @@ -139,7 +139,7 @@ Session::memento_command_factory(XMLNode *n) before, after ); } - + cerr << "Alist not found\n"; } else if (obj_T == "ARDOUR::Crossfade") { @@ -182,10 +182,10 @@ Session::stateful_diff_command_factory (XMLNode* n) } /* we failed */ - + error << string_compose ( _("could not reconstitute StatefulDiffCommand from XMLNode. object type = %1 id = %2"), obj_T, id.to_s()) << endmsg; - + return 0; } -- cgit v1.2.3