Browse Source

fix whitespace

tabs for indentation
spaces for alignment
AD7six 14 years ago
parent
commit
ad7b5bfb88
2 changed files with 16 additions and 16 deletions
  1. 8 8
      app/Console/cake
  2. 8 8
      lib/Cake/Console/cake

+ 8 - 8
app/Console/cake

@@ -10,19 +10,19 @@
 # Licensed under The MIT License
 # Redistributions of files must retain the above copyright notice.
 #
-# @copyright		Copyright 2005-2012, Cake Software Foundation, Inc.
-# @link			http://cakephp.org CakePHP(tm) Project
-# @package   		app.Console
-# @since		CakePHP(tm) v 2.0
-# @license		MIT License (http://www.opensource.org/licenses/mit-license.php)
+# @copyright    Copyright 2005-2012, Cake Software Foundation, Inc.
+# @link         http://cakephp.org CakePHP(tm) Project
+# @package      app.Console
+# @since        CakePHP(tm) v 2.0
+# @license      MIT License (http://www.opensource.org/licenses/mit-license.php)
 #
 ################################################################################
 LIB=$(cd -P -- "$(dirname -- "$0")" && pwd -P) && LIB=$LIB/$(basename -- "$0")
 
 while [ -h "$LIB" ]; do
-    DIR=$(dirname -- "$LIB")
-    SYM=$(readlink "$LIB")
-    LIB=$(cd "$DIR" && cd $(dirname -- "$SYM") && pwd)/$(basename -- "$SYM")
+	DIR=$(dirname -- "$LIB")
+	SYM=$(readlink "$LIB")
+	LIB=$(cd "$DIR" && cd $(dirname -- "$SYM") && pwd)/$(basename -- "$SYM")
 done
 
 LIB=$(dirname -- "$LIB")/

+ 8 - 8
lib/Cake/Console/cake

@@ -10,19 +10,19 @@
 # Licensed under The MIT License
 # Redistributions of files must retain the above copyright notice.
 #
-# @copyright		Copyright 2005-2012, Cake Software Foundation, Inc.
-# @link				http://cakephp.org CakePHP(tm) Project
-# @package   		cake.console
-# @since			CakePHP(tm) v 1.2.0.5012
-# @license			MIT License (http://www.opensource.org/licenses/mit-license.php)
+# @copyright    Copyright 2005-2012, Cake Software Foundation, Inc.
+# @link         http://cakephp.org CakePHP(tm) Project
+# @package      cake.Console
+# @since        CakePHP(tm) v 1.2.0.5012
+# @license      MIT License (http://www.opensource.org/licenses/mit-license.php)
 #
 ################################################################################
 LIB=$(cd -P -- "$(dirname -- "$0")" && pwd -P) && LIB=$LIB/$(basename -- "$0")
 
 while [ -h "$LIB" ]; do
-    DIR=$(dirname -- "$LIB")
-    SYM=$(readlink "$LIB")
-    LIB=$(cd "$DIR" && cd $(dirname -- "$SYM") && pwd)/$(basename -- "$SYM")
+	DIR=$(dirname -- "$LIB")
+	SYM=$(readlink "$LIB")
+	LIB=$(cd "$DIR" && cd $(dirname -- "$SYM") && pwd)/$(basename -- "$SYM")
 done
 
 LIB=$(dirname -- "$LIB")/