From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 15 Mar 2015 11:06:50 +0000 (+0000)
Subject: scripts/feeds: remove a few trailing tabs
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1592f3f607e242de18c38b76b95399119439157f;p=lede.git

scripts/feeds: remove a few trailing tabs

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 44773
---

diff --git a/scripts/feeds b/scripts/feeds
index 4b98d3e7e4..1ddf304045 100755
--- a/scripts/feeds
+++ b/scripts/feeds
@@ -151,7 +151,7 @@ sub update_feed_via($$$$) {
 	my $name = shift;
 	my $src = shift;
 	my $relocate = shift;
-	
+
 	my $m = $update_method{$type};
 	my $localpath = "./feeds/$name";
 	my $safepath = $localpath;
@@ -173,7 +173,7 @@ sub update_feed_via($$$$) {
 	} else {
 		system("cd '$safepath'; $m->{'update'}") == 0 or return 1;
 	}
-	
+
 	return 0;
 }