Follow formatting NUI
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / Model3dView.cs
index a7c12ef..aaad034 100755 (executable)
@@ -72,7 +72,7 @@ namespace Tizen.NUI
 
         public static Model3dView DownCast(BaseHandle handle)
         {
-            Model3dView ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as Model3dView;
+            Model3dView ret = Registry.GetManagedBaseHandleFromNativePtr(handle) as Model3dView;
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             return ret;
         }