Browse Source

Update SceneObject_ScriptBinding.h

Indentation
Simon Love 9 years ago
parent
commit
72ad2c0a8a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      engine/source/2d/sceneobject/SceneObject_ScriptBinding.h

+ 2 - 2
engine/source/2d/sceneobject/SceneObject_ScriptBinding.h

@@ -4536,10 +4536,10 @@ ConsoleMethodWithDocs(SceneObject, stopSound, ConsoleVoid, 3, 3, (S32 index))
     const S32 index = dAtoi(argv[2]);
     
     if (!object->getSoundsCount())
-        {
+    {
         Con::warnf("No sounds on this object. Can't stop. WON't stop.");
         return;
-        }    
+    }    
     
     U32 handle = object->getSound(index);