Follow formatting NUI
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Components / PreloadStyle / OverlayAnimationButtonStyle.cs
index 76598c9..ed5cc94 100755 (executable)
@@ -164,11 +164,11 @@ namespace Tizen.NUI.Components
             }
 
             if (PressAnimation.State == Animation.States.Playing)
-                {
-                    PressAnimation.Stop();
-                }
-                PressAnimation.Dispose();
-                PressAnimation = null;
+            {
+                PressAnimation.Stop();
+            }
+            PressAnimation.Dispose();
+            PressAnimation = null;
         }
     }
 }