From 66d29e8ca8b186045fb6f6851bf52448fbac2633 Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Mon, 3 Oct 2016 11:24:34 +1000 Subject: Fix indentation in SessionPlaylists::add_state() --- libs/ardour/session_playlists.cc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libs/ardour/session_playlists.cc') diff --git a/libs/ardour/session_playlists.cc b/libs/ardour/session_playlists.cc index 5713e15458..e68fa4fc4d 100644 --- a/libs/ardour/session_playlists.cc +++ b/libs/ardour/session_playlists.cc @@ -307,13 +307,13 @@ SessionPlaylists::add_state (XMLNode* node, bool full_state) { XMLNode* child = node->add_child ("Playlists"); for (List::iterator i = playlists.begin(); i != playlists.end(); ++i) { - if (!(*i)->hidden()) { - if (full_state) { - child->add_child_nocopy ((*i)->get_state()); - } else { - child->add_child_nocopy ((*i)->get_template()); - } - } + if (!(*i)->hidden ()) { + if (full_state) { + child->add_child_nocopy ((*i)->get_state ()); + } else { + child->add_child_nocopy ((*i)->get_template ()); + } + } } child = node->add_child ("UnusedPlaylists"); -- cgit v1.2.3