diff options
author | Graham Percival <graham@percival-music.ca> | 2012-08-27 10:34:00 +0100 |
---|---|---|
committer | Graham Percival <graham@percival-music.ca> | 2012-08-27 18:39:02 +0100 |
commit | c2489f8f9f47b1740b361366c0b317a799c3a090 (patch) | |
tree | 03faeb44e5a0b1fbb1a15cbc7a56d16178062614 /flower | |
parent | af07431d99e1b4d9deb0c3d13c80c77413b66bcd (diff) |
Run fixcc + astyle2.02.1
Diffstat (limited to 'flower')
-rw-r--r-- | flower/include/yaffut.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flower/include/yaffut.hh b/flower/include/yaffut.hh index aa54fa6616..8b10d23aa5 100644 --- a/flower/include/yaffut.hh +++ b/flower/include/yaffut.hh @@ -277,7 +277,7 @@ struct Test: public ITest, public virtual Suite static Registrator<Suite, Case> s_Registrator; Test (): Suite () { - Registrator<Suite, Case>* r = &s_Registrator; + Registrator<Suite, Case> *r = &s_Registrator; (void)r; } template <typename E, typename T> @@ -301,7 +301,7 @@ struct Test<Case, void>: public ITest static Registrator<Case, void> s_Registrator; Test () { - Registrator<Case, void>* r = &s_Registrator; + Registrator<Case, void> *r = &s_Registrator; (void)r; } template <typename E, typename T> |