Fix SVACE issues
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / ResourceImage.cs
index 8e33bdf..cbd881f 100755 (executable)
@@ -137,7 +137,7 @@ public class LoadingFinishedEventArgs : EventArgs
 
 public static ResourceImage GetResourceImageFromPtr(global::System.IntPtr cPtr) {
     ResourceImage ret = new ResourceImage(cPtr, false);
-   if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
+    if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     return ret;
   }