libopus: use 4 spaces instead of tabs in get_libopus_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:
Martin Jansa 2012-07-19 14:05:37 +00:00 committed by Koen Kooi
parent 6e40b5fa61
commit a8090a76b4

View File

@ -1,6 +1,6 @@
def get_libopus_fpu_setting(bb, d):
if d.getVar('TARGET_FPU', True) in [ 'soft' ]:
return "--enable-fixed-point"
return ""
if d.getVar('TARGET_FPU', True) in [ 'soft' ]:
return "--enable-fixed-point"
return ""