From 337fdc49fc9fd5c041568c30327a9aab66e6080d Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 8 Dec 2008 21:54:01 +0100 Subject: Mostly code reformatting --- src/particlecontainer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/particlecontainer.h') diff --git a/src/particlecontainer.h b/src/particlecontainer.h index cf002fbc..b2bb4399 100644 --- a/src/particlecontainer.h +++ b/src/particlecontainer.h @@ -61,8 +61,8 @@ public: virtual void setPositions(float x, float y); protected: - bool mDelParent; /**< Delete mNext in destructor */ - ParticleContainer *mNext; /**< Contained container, if any */ + bool mDelParent; /**< Delete mNext in destructor */ + ParticleContainer *mNext; /**< Contained container, if any */ }; @@ -91,7 +91,7 @@ public: virtual void setPositions(float x, float y); protected: - std::list mElements; /**< Contained particle effects */ + std::list mElements; /**< Contained particle effects */ }; -- cgit v1.2.3-60-g2f50