[oe-commits] Martin Jansa : sanity: check_path_length: replace tab with 8 spaces

git at git.openembedded.org git at git.openembedded.org
Tue Feb 19 16:48:24 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: de3f2367c46a213d07d834c7e874d2a4a0697026
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=de3f2367c46a213d07d834c7e874d2a4a0697026

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Mon Feb 18 23:20:11 2013 +0000

sanity: check_path_length: replace tab with 8 spaces

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/sanity.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
index 1599875..d3bf05a 100644
--- a/meta/classes/sanity.bbclass
+++ b/meta/classes/sanity.bbclass
@@ -226,7 +226,7 @@ def check_create_long_filename(filepath, pathname):
 
 def check_path_length(filepath, pathname, limit):
     if len(filepath) > limit:
-	return "The length of %s is longer than 410, this would cause unexpected errors, please use a shorter path.\n" % pathname
+        return "The length of %s is longer than 410, this would cause unexpected errors, please use a shorter path.\n" % pathname
     return ""
 
 def check_connectivity(d):





More information about the Openembedded-commits mailing list