Whitespace fixes in pbd/stateful.h
authorTim Mayberry <mojofunk@gmail.com>
Sun, 17 Jun 2007 00:47:24 +0000 (00:47 +0000)
committerTim Mayberry <mojofunk@gmail.com>
Sun, 17 Jun 2007 00:47:24 +0000 (00:47 +0000)
git-svn-id: svn://localhost/ardour2/trunk@2010 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/pbd/pbd/stateful.h

index 550db5a24ea15c96dd8ecd95f7c31332348d7c1e..a3cc651eab81b783182634fc3a02fd2e9e82ac6d 100644 (file)
@@ -41,12 +41,12 @@ class Stateful {
 
        virtual void add_instant_xml (XMLNode&, const std::string& dir);
        XMLNode *instant_xml (const std::string& str, const std::string& dir);
-        const PBD::ID& id() const { return _id; }
+       const PBD::ID& id() const { return _id; }
 
   protected:
        XMLNode *_extra_xml;
        XMLNode *_instant_xml;
-        PBD::ID _id;
+       PBD::ID _id;
 };
 
 #endif /* __pbd_stateful_h__ */