Ran astyle to follow allman coding standard.

This commit is contained in:
Don Honerbrink
2015-02-17 08:41:07 -06:00
parent 6c4dfcb9af
commit 86200ad731
20 changed files with 275 additions and 167 deletions

View File

@@ -33,8 +33,8 @@ public:
void SetTween(std::string tween, int index, TweenAttributes *set);
private:
TweenAttributes *FindTween(std::map<int, TweenAttributes *> &tweens, int index);
void DestroyTweens();
TweenAttributes *FindTween(std::map<int, TweenAttributes *> &tweens, int index);
void DestroyTweens();
std::map<std::string, std::map<int, TweenAttributes *> > TweenMap;
};