summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-02-20 14:37:34 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-02-20 14:37:34 +0000
commit05e194cbe01bfcd38a9cb2fc5a27aeda15a3f82f (patch)
treef2bad8bfd31e0eb968fca74c4b463ee2276f61ec /libs/ardour/route.cc
parent65fd0a09b17bc153598932557b357fbb99583554 (diff)
fix up indentation caused by lack of .emacs
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4646 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc14
1 files changed, 7 insertions, 7 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index 04f3f39380..50f03854fb 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -2668,11 +2668,11 @@ Route::shift (nframes64_t pos, nframes64_t frames)
int
Route::save_as_template (const string& path, const string& name)
{
- XMLNode& node (state (false));
- XMLTree tree;
-
- IO::set_name_in_state (*node.children().front(), name);
-
- tree.set_root (&node);
- return tree.write (path.c_str());
+ XMLNode& node (state (false));
+ XMLTree tree;
+
+ IO::set_name_in_state (*node.children().front(), name);
+
+ tree.set_root (&node);
+ return tree.write (path.c_str());
}