summaryrefslogtreecommitdiff
path: root/libs/pbd
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-06-17 00:47:24 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-06-17 00:47:24 +0000
commit0ce6fa247d68bcea7418f7e682d1b5e31d0c08ce (patch)
treeb3ef0491eb7235b3414e3ddbe5562a060a25aae6 /libs/pbd
parentc82d65b22f9304f8a38587356a88f29bd2a62aec (diff)
Whitespace fixes in pbd/stateful.h
git-svn-id: svn://localhost/ardour2/trunk@2010 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd')
-rw-r--r--libs/pbd/pbd/stateful.h4
1 files 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__ */