[oe] [PATCH] edje-fpu: Convert tabs to spaces

fcooper at ti.com fcooper at ti.com
Thu Jul 19 21:04:33 UTC 2012


From: Franklin S Cooper Jr <fcooper at ti.com>

* Converting tabs to spaces to fix the below WARNINGS:
  WARNING: Variable get_edje_fpu_setting contains tabs, please remove these

Signed-off-by: Franklin S Cooper Jr <fcooper at ti.com>
---
 meta-efl/recipes-efl/efl/edje-fpu.inc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-efl/recipes-efl/efl/edje-fpu.inc b/meta-efl/recipes-efl/efl/edje-fpu.inc
index 1af86e3..dc39fa9 100644
--- a/meta-efl/recipes-efl/efl/edje-fpu.inc
+++ b/meta-efl/recipes-efl/efl/edje-fpu.inc
@@ -1,6 +1,6 @@
 
 def get_edje_fpu_setting(bb, d):
-	if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
-		return "--enable-fixed-point"
-	return ""
+    if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
+        return "--enable-fixed-point"
+    return ""
 
-- 
1.7.0.4





More information about the Openembedded-devel mailing list