From patchwork Thu Jul 19 14:05:35 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe, 2/5] poppler-fp: convert tabs to 4 spaces in get_poppler_fpu_setting Date: Thu, 19 Jul 2012 14:05:35 -0000 From: Martin Jansa X-Patchwork-Id: 32527 Message-Id: To: openembedded-devel@lists.openembedded.org Signed-off-by: Martin Jansa --- 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 ""