You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by mi...@apache.org on 2014/11/10 11:33:47 UTC

git commit: [flex-sdk] [refs/heads/develop] - FLEX-28291 Responding to dev review: converting tabs to spaces.

Repository: flex-sdk
Updated Branches:
  refs/heads/develop e7e441db7 -> c38dacdd6


FLEX-28291 Responding to dev review: converting tabs to spaces.


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/c38dacdd
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/c38dacdd
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/c38dacdd

Branch: refs/heads/develop
Commit: c38dacdd680dac790e971f5adaa6bb60d04aca6f
Parents: e7e441d
Author: Mihai Chira <mi...@apache.org>
Authored: Mon Nov 10 10:33:07 2014 +0000
Committer: Mihai Chira <mi...@apache.org>
Committed: Mon Nov 10 10:33:07 2014 +0000

----------------------------------------------------------------------
 frameworks/projects/spark/src/spark/layouts/HorizontalLayout.as | 4 ++--
 frameworks/projects/spark/src/spark/layouts/VerticalLayout.as   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c38dacdd/frameworks/projects/spark/src/spark/layouts/HorizontalLayout.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/src/spark/layouts/HorizontalLayout.as b/frameworks/projects/spark/src/spark/layouts/HorizontalLayout.as
index b526294..5b20ddc 100644
--- a/frameworks/projects/spark/src/spark/layouts/HorizontalLayout.as
+++ b/frameworks/projects/spark/src/spark/layouts/HorizontalLayout.as
@@ -960,8 +960,8 @@ public class HorizontalLayout extends LayoutBase
         if (!g || (index < 0) || (index >= g.numElements) || !llv) 
             return null;
 
-		// We need a valid LLV for this function
-		updateLLV(g);
+        // We need a valid LLV for this function
+        updateLLV(g);
 		
         return llv.getBounds(index);
     }    

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c38dacdd/frameworks/projects/spark/src/spark/layouts/VerticalLayout.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/src/spark/layouts/VerticalLayout.as b/frameworks/projects/spark/src/spark/layouts/VerticalLayout.as
index 5dd34e1..20f84ef 100644
--- a/frameworks/projects/spark/src/spark/layouts/VerticalLayout.as
+++ b/frameworks/projects/spark/src/spark/layouts/VerticalLayout.as
@@ -911,8 +911,8 @@ public class VerticalLayout extends LayoutBase
         if (!g || (index < 0) || (index >= g.numElements) || !llv) 
             return null;
 
-		// We need a valid LLV for this function
-		updateLLV(g);
+        // We need a valid LLV for this function
+        updateLLV(g);
 		
         return llv.getBounds(index);
     }