[oe-commits] Martin Jansa : poppler-fp: convert tabs to 4 spaces in get_poppler_fpu_setting

git at git.openembedded.org git at git.openembedded.org
Thu Jul 19 14:29:13 UTC 2012


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

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Thu Jul 19 14:05:35 2012 +0000

poppler-fp: convert tabs to 4 spaces in get_poppler_fpu_setting

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-support/poppler/poppler-fpu.inc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/poppler/poppler-fpu.inc b/meta-oe/recipes-support/poppler/poppler-fpu.inc
index a262730..11df852 100644
--- a/meta-oe/recipes-support/poppler/poppler-fpu.inc
+++ b/meta-oe/recipes-support/poppler/poppler-fpu.inc
@@ -1,6 +1,6 @@
 
 def get_poppler_fpu_setting(bb, d):
-	if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
-		return "--enable-fixedpoint"
-	return ""
+    if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
+        return "--enable-fixedpoint"
+    return ""
 





More information about the Openembedded-commits mailing list