mmserv/tms/tmsimpl/src/tmseffectimpl.cpp
changeset 33 5e8b14bae8c3
parent 19 4a629bc82c5e
child 46 0ac9a5310753
--- a/mmserv/tms/tmsimpl/src/tmseffectimpl.cpp	Fri Jun 25 17:36:03 2010 -0500
+++ b/mmserv/tms/tmsimpl/src/tmseffectimpl.cpp	Fri Jul 09 16:43:35 2010 -0500
@@ -61,19 +61,19 @@
     switch (effecttype)
         {
         case TMS_EFFECT_VOLUME:
-            delete (static_cast<TMSVolumeEffectImpl*>(tmseffect));
+            delete (static_cast<TMSVolumeEffectImpl*> (tmseffect));
             tmseffect = NULL;
             break;
         case TMS_EFFECT_GAIN:
-            delete (static_cast<TMSGainEffectImpl*>(tmseffect));
+            delete (static_cast<TMSGainEffectImpl*> (tmseffect));
             tmseffect = NULL;
             break;
         case TMS_EFFECT_GLOBAL_VOL:
-            delete (static_cast<TMSGlobalVolEffectImpl*>(tmseffect));
+            delete (static_cast<TMSGlobalVolEffectImpl*> (tmseffect));
             tmseffect = NULL;
             break;
         case TMS_EFFECT_GLOBAL_GAIN:
-            delete (static_cast<TMSGlobalGainEffectImpl*>(tmseffect));
+            delete (static_cast<TMSGlobalGainEffectImpl*> (tmseffect));
             tmseffect = NULL;
             break;
         default: