mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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):
|
||||
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 ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user