From 80db4b51be9dacbcfa18923e48b8b7e740b2ad28 Mon Sep 17 00:00:00 2001
From: florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Tue, 21 Jun 2011 20:52:58 +0000
Subject: [PATCH] [brcm63xx] fix tab damage in 141-led_count.patch

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27254 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 target/linux/brcm63xx/patches-2.6.39/141-led_count.patch | 2 +-
 target/linux/brcm63xx/patches-3.0/141-led_count.patch    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/brcm63xx/patches-2.6.39/141-led_count.patch b/target/linux/brcm63xx/patches-2.6.39/141-led_count.patch
index baf092053..e0fa19808 100644
--- a/target/linux/brcm63xx/patches-2.6.39/141-led_count.patch
+++ b/target/linux/brcm63xx/patches-2.6.39/141-led_count.patch
@@ -15,7 +15,7 @@
 -	bcm63xx_led_data.num_leds = ARRAY_SIZE(board.leds);
 +	/* count number of LEDs defined by this device */
 +	while (led_count < ARRAY_SIZE(board.leds) && board.leds[led_count].name)
-+	  led_count++;
++		led_count++;
 +
 +	bcm63xx_led_data.num_leds = led_count;
  	bcm63xx_led_data.leds = board.leds;
diff --git a/target/linux/brcm63xx/patches-3.0/141-led_count.patch b/target/linux/brcm63xx/patches-3.0/141-led_count.patch
index 582f86876..c9adbb268 100644
--- a/target/linux/brcm63xx/patches-3.0/141-led_count.patch
+++ b/target/linux/brcm63xx/patches-3.0/141-led_count.patch
@@ -15,7 +15,7 @@
 -	bcm63xx_led_data.num_leds = ARRAY_SIZE(board.leds);
 +	/* count number of LEDs defined by this device */
 +	while (led_count < ARRAY_SIZE(board.leds) && board.leds[led_count].name)
-+	  led_count++;
++		led_count++;
 +
 +	bcm63xx_led_data.num_leds = led_count;
  	bcm63xx_led_data.leds = board.leds;
-- 
2.20.1