From 1ba2272ca5449c6f38728ff8870bf07aca440f5c Mon Sep 17 00:00:00 2001
From: Gabor Juhos <juhosg@openwrt.org>
Date: Sun, 3 Mar 2013 12:46:08 +0000
Subject: [PATCH] ramips: fix whitespace in /lib/ramips.sh

Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 35849
---
 target/linux/ramips/base-files/lib/ramips.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh
index 5d24abcd56..8ca3bfbc58 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -70,9 +70,9 @@ ramips_board_name() {
 	*"DIR-645")
 		name="dir-645"
 		;;
-        *"DAP-1350")
-                name="dap-1350"
-                ;;
+	*"DAP-1350")
+		name="dap-1350"
+		;;
 	*"ESR-9753")
 		name="esr-9753"
 		;;
-- 
GitLab