Browse Source

Update TestBox9Sprite.h

Removed extra spaces
Ousmane Traore 9 years ago
parent
commit
2da2fcbd05
1 changed files with 5 additions and 5 deletions
  1. 5 5
      examples/Demo/src/TestBox9Sprite.h

+ 5 - 5
examples/Demo/src/TestBox9Sprite.h

@@ -37,11 +37,11 @@ public:
         _sprite = sprite;
         _sprite = sprite;
 
 
         Test::toggle tg[] =
         Test::toggle tg[] =
-                {
-                        Test::toggle("switch to TILING_FULL", Box9Sprite::TILING_FULL),
-                        Test::toggle("switch to TILING", Box9Sprite::TILING),
-                        Test::toggle("switch to STRETCHING", Box9Sprite::STRETCHING),
-                };
+        {
+            Test::toggle("switch to TILING_FULL", Box9Sprite::TILING_FULL),
+            Test::toggle("switch to TILING", Box9Sprite::TILING),
+            Test::toggle("switch to STRETCHING", Box9Sprite::STRETCHING),
+        };
         addToggle("ver. mode", tg, 3);
         addToggle("ver. mode", tg, 3);
         addToggle("hor. mode", tg, 3);
         addToggle("hor. mode", tg, 3);
     }
     }