Whitespace fixes in ardour/session.h
authorTim Mayberry <mojofunk@gmail.com>
Sun, 17 Jun 2007 00:53:26 +0000 (00:53 +0000)
committerTim Mayberry <mojofunk@gmail.com>
Sun, 17 Jun 2007 00:53:26 +0000 (00:53 +0000)
git-svn-id: svn://localhost/ardour2/trunk@2021 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/ardour/session.h

index 87c1817622d9282a97ec2d91162a14bf968757a8..5697eef6834d04970e9e17bac14ada328ff86e1b 100644 (file)
@@ -421,8 +421,8 @@ class Session : public PBD::StatefulDestructible
        int save_state (string snapshot_name, bool pending = false);
        int restore_state (string snapshot_name);
        int save_template (string template_name);
-        int save_history (string snapshot_name = "");
-        int restore_history (string snapshot_name);
+       int save_history (string snapshot_name = "");
+       int restore_history (string snapshot_name);
        void remove_state (string snapshot_name);
        void rename_state (string old_name, string new_name);