From 0ce6fa247d68bcea7418f7e682d1b5e31d0c08ce Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Sun, 17 Jun 2007 00:47:24 +0000 Subject: [PATCH] Whitespace fixes in pbd/stateful.h git-svn-id: svn://localhost/ardour2/trunk@2010 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd/pbd/stateful.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/pbd/pbd/stateful.h b/libs/pbd/pbd/stateful.h index 550db5a24e..a3cc651eab 100644 --- a/libs/pbd/pbd/stateful.h +++ b/libs/pbd/pbd/stateful.h @@ -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__ */