You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/04/26 09:45:01 UTC

git commit: [flex-sdk] [refs/heads/release4.12.0] - fix tab/spaces issues

Repository: flex-sdk
Updated Branches:
  refs/heads/release4.12.0 d83446c76 -> 1e674b24a


fix tab/spaces issues


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

Branch: refs/heads/release4.12.0
Commit: 1e674b24a1a9b34a1b9f1a8aa080d504eaef5777
Parents: d83446c
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Apr 26 17:44:46 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Apr 26 17:44:46 2014 +1000

----------------------------------------------------------------------
 CONTRIBUTING | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1e674b24/CONTRIBUTING
----------------------------------------------------------------------
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 988d66f..8938901 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -34,16 +34,16 @@ Contributing
 Mailing Lists
 =============
 
-	The two main mailing list are the user list for discussing how to code in
-	Flex and any issues you run into and the dev list for discussing ongoing
-	development of the SDK.
-	
-	You can subscribe to the mailing lists by sending an email to:
-	users-subscribe@flex.apache.org
-	dev-subscribe@flex.apache.org
-	
-	Note that both mailing lists have are mid-high volume lists.
-	
+    The two main mailing list are the user list for discussing how to code in
+    Flex and any issues you run into and the dev list for discussing ongoing
+    development of the SDK.
+    
+    You can subscribe to the mailing lists by sending an email to:
+    users-subscribe@flex.apache.org
+    dev-subscribe@flex.apache.org
+    
+    Note that both mailing lists have are mid-high volume lists.
+    
     For those who prefer forums:
     http://s.apache.org/flex-users-forum
     http://s.apache.org/flex-dev-forum
@@ -63,17 +63,17 @@ Reporting Bugs
     - Screen shots
     - Small sample application showing the issue
     - Steps on how to reproduce the issue
-    	 
+         
     Please search through JIRA before submitting new bugs. It may be that the
     bug you've found has already been reported.
 
 Getting the code
 ================
 
-	The Apache FLex SDK code is stored in a git repository.
+    The Apache FLex SDK code is stored in a git repository.
     https://cwiki.apache.org/confluence/display/FLEX/1.+Setting+up+the+SDK
 
-	To check out:
+    To check out:
     git clone https://git-wip-us.apache.org/repos/asf/flex-sdk.git sdk
     cd sdk
     git checkout develop