Follow formatting NUI
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / BaseComponents / VideoView.cs
index d082d6f..9a6c81b 100755 (executable)
@@ -489,7 +489,7 @@ namespace Tizen.NUI.BaseComponents
         [EditorBrowsable(EditorBrowsableState.Never)]
         public SafeNativePlayerHandle(VideoView videoView) : base(global::System.IntPtr.Zero, false)
         {
-            if(videoView != null)
+            if (videoView != null)
             {
                 SetHandle(videoView.GetNativePlayerHandle());
             }