Browse Source

Indentation fixes in html.php.

resurtm 12 years ago
parent
commit
0a85a54c2f
1 changed files with 7 additions and 7 deletions
  1. 7 7
      laravel/html.php

+ 7 - 7
laravel/html.php

@@ -9,13 +9,13 @@ class HTML {
 	 */
 	 */
 	public static $macros = array();
 	public static $macros = array();
 
 
-    /**
-     * Registers a custom macro.
-     *
-     * @param  string   $name
-     * @param  Closure  $input
-     * @return void
-     */
+	/**
+	 * Registers a custom macro.
+	 *
+	 * @param  string   $name
+	 * @param  Closure  $input
+	 * @return void
+	 */
 	public static function macro($name, $macro)
 	public static function macro($name, $macro)
 	{
 	{
 		static::$macros[$name] = $macro;
 		static::$macros[$name] = $macro;