mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
poppler-fp: convert tabs to 4 spaces in get_poppler_fpu_setting
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
def get_poppler_fpu_setting(bb, d):
|
def get_poppler_fpu_setting(bb, d):
|
||||||
if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
|
if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
|
||||||
return "--enable-fixedpoint"
|
return "--enable-fixedpoint"
|
||||||
return ""
|
return ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user