Fix SVACE issues
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 23 Mar 2017 12:35:28 +0000 (21:35 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 23 Mar 2017 12:36:29 +0000 (21:36 +0900)
- Most issues are related to matching the indentation.

Change-Id: Id7a4c01b0d14304531e885c8968a87786c6f9f47
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
13 files changed:
src/Tizen.NUI/src/internal/GaussianBlurView.cs
src/Tizen.NUI/src/internal/Image.cs
src/Tizen.NUI/src/internal/LongPressGestureDetector.cs
src/Tizen.NUI/src/internal/PageTurnView.cs
src/Tizen.NUI/src/internal/PanGestureDetector.cs
src/Tizen.NUI/src/internal/PinchGestureDetector.cs
src/Tizen.NUI/src/internal/PropertyNotification.cs
src/Tizen.NUI/src/internal/RefObject.cs
src/Tizen.NUI/src/internal/RenderTask.cs
src/Tizen.NUI/src/internal/ResourceImage.cs
src/Tizen.NUI/src/internal/TapGestureDetector.cs
src/Tizen.NUI/src/public/FocusManager.cs
src/Tizen.NUI/src/public/Position2D.cs

index f5c3cb5..bae7b93 100755 (executable)
@@ -137,7 +137,7 @@ public class FinishedEventArgs : EventArgs
 
  public static GaussianBlurView GetGaussianBlurViewFromPtr(global::System.IntPtr cPtr) {
     GaussianBlurView ret = new GaussianBlurView(cPtr, false);
-   if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
+    if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     return ret;
   }
 
index 2b0951b..a9c9121 100755 (executable)
@@ -134,7 +134,7 @@ public class UploadedEventArgs : EventArgs
 
 public static Image GetImageFromPtr(global::System.IntPtr cPtr) {
     Image ret = new Image(cPtr, false);
-   if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
+    if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     return ret;
   }
 
index 632341f..b019312 100755 (executable)
@@ -152,7 +152,7 @@ public class DetectedEventArgs : EventArgs
 
 public static LongPressGestureDetector GetLongPressGestureDetectorFromPtr(global::System.IntPtr cPtr) {
     LongPressGestureDetector ret = new LongPressGestureDetector(cPtr, false);
-   if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
+    if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     return ret;
   }
 
index fea0fa9..f4daaba 100755 (executable)
@@ -386,7 +386,7 @@ public class PageTurnFinishedEventArgs : EventArgs
 
   public static PageTurnView GetPageTurnViewFromPtr(global::System.IntPtr cPtr) {
     PageTurnView ret = new PageTurnView(cPtr, false);
-   if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
+    if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     return ret;
   }
 
@@ -522,4 +522,4 @@ public class PageTurnFinishedEventArgs : EventArgs
 
 }
 
-}
\ No newline at end of file
+}
index 387f914..458c954 100755 (executable)
@@ -153,7 +153,7 @@ public class DetectedEventArgs : EventArgs
 
 public static PanGestureDetector GetPanGestureDetectorFromPtr(global::System.IntPtr cPtr) {
     PanGestureDetector ret = new PanGestureDetector(cPtr, false);
-   if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
+    if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     return ret;
   }
 
index e38eb8d..2b2c619 100755 (executable)
@@ -152,7 +152,7 @@ public class DetectedEventArgs : EventArgs
 
 public static PinchGestureDetector GetPinchGestureDetectorFromPtr(global::System.IntPtr cPtr) {
     PinchGestureDetector ret = new PinchGestureDetector(cPtr, false);
-   if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
+    if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     return ret;
   }
 
index 456fe86..434e20c 100755 (executable)
@@ -131,7 +131,7 @@ public class NotifyEventArgs : EventArgs
 
   public static PropertyNotification GetPropertyNotificationFromPtr(global::System.IntPtr cPtr) {
     PropertyNotification ret = new PropertyNotification(cPtr, false);
-   if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
+    if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     return ret;
   }
 
index 4fb2602..1f3e97a 100755 (executable)
@@ -38,7 +38,7 @@ public class RefObject : global::System.IDisposable {
 
  public static RefObject GetRefObjectFromPtr(global::System.IntPtr cPtr) {
     RefObject ret = new RefObject(cPtr, false);
-       if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
+    if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     return ret;
   }
 
index 9716133..04fa39a 100755 (executable)
@@ -47,7 +47,7 @@ namespace Tizen.NUI {
 
  public static RenderTask GetRenderTaskFromPtr(global::System.IntPtr cPtr) {
     RenderTask ret = new RenderTask(cPtr, false);
-       if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
+    if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     return ret;
   }
 
@@ -423,4 +423,4 @@ namespace Tizen.NUI {
 
 }
 
-}
\ No newline at end of file
+}
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;
   }
 
index 5692c09..d3d9d6f 100755 (executable)
@@ -152,7 +152,7 @@ public class DetectedEventArgs : EventArgs
 
 public static TapGestureDetector GetTapGestureDetectorFromPtr(global::System.IntPtr cPtr) {
     TapGestureDetector ret = new TapGestureDetector(cPtr, false);
-   if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
+    if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     return ret;
   }
 
index 41eb40c..4913dc8 100755 (executable)
@@ -163,8 +163,8 @@ namespace Tizen.NUI
 
             if (view)
             {
-            return view.GetPtrfromActor();
-        }
+                return view.GetPtrfromActor();
+            }
             else
             {
                 if (e.ProposedView) return proposed;
index 4c3ee39..86ee0a6 100755 (executable)
@@ -92,7 +92,7 @@ public class Position2D : global::System.IDisposable {
   internal static Position2D GetPosition2DFromPtr(global::System.IntPtr cPtr) {
     Position2D ret = new Position2D(cPtr, false);
     if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-       return ret;
+    return ret;
   }