summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-02-28 06:08:26 +0100
committerRobin Gareus <robin@gareus.org>2020-02-28 06:08:26 +0100
commit016eaddad72a369022d1f7f29ecbbbed17bef3f5 (patch)
treeb633b21f9815eec0c69d0b9b4df2a1e872304e4b /libs/pbd/pbd
parent4b28e4ee3ce622683b0c967d715116fb84441cc3 (diff)
NO-OP: whitespace, re-indent
Diffstat (limited to 'libs/pbd/pbd')
-rw-r--r--libs/pbd/pbd/stateful_diff_command.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/libs/pbd/pbd/stateful_diff_command.h b/libs/pbd/pbd/stateful_diff_command.h
index 61c5940ed9..ccf1ae69ef 100644
--- a/libs/pbd/pbd/stateful_diff_command.h
+++ b/libs/pbd/pbd/stateful_diff_command.h
@@ -23,12 +23,11 @@
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
-#include "pbd/libpbd_visibility.h"
#include "pbd/command.h"
+#include "pbd/libpbd_visibility.h"
namespace PBD
{
-
class StatefulDestructible;
class PropertyList;
@@ -39,7 +38,7 @@ class LIBPBD_API StatefulDiffCommand : public Command
{
public:
StatefulDiffCommand (boost::shared_ptr<StatefulDestructible>);
- StatefulDiffCommand (boost::shared_ptr<StatefulDestructible>, XMLNode const &);
+ StatefulDiffCommand (boost::shared_ptr<StatefulDestructible>, XMLNode const&);
~StatefulDiffCommand ();
void operator() ();
@@ -50,10 +49,10 @@ public:
bool empty () const;
private:
- boost::weak_ptr<Stateful> _object; ///< the object in question
- PBD::PropertyList* _changes; ///< property changes to execute this command
+ boost::weak_ptr<Stateful> _object; ///< the object in question
+ PBD::PropertyList* _changes; ///< property changes to execute this command
};
-};
+}; // namespace PBD
#endif /* __pbd_stateful_diff_command_h__ */