wscript: fix whitespace formatting

No tabs and no trailing spaces.
This commit is contained in:
Mads Kiilerich
2024-07-24 01:35:07 +02:00
committed by Paul Davis
parent dab3cc3501
commit 48fcb30608
5 changed files with 25 additions and 25 deletions

View File

@@ -16,22 +16,22 @@ top = '.'
out = 'build'
libaaf_sources = [
'AAFClass.c',
'AAFCore.c',
'AAFDump.c',
'AAFIEssenceFile.c',
'AAFIface.c',
'AAFIParser.c',
'AAFToText.c',
'CFBDump.c',
'LibCFB.c',
'ProTools.c',
'MediaComposer.c',
'Resolve.c',
'RIFFParser.c',
'URIParser.c',
'utils.c',
'log.c',
'AAFClass.c',
'AAFCore.c',
'AAFDump.c',
'AAFIEssenceFile.c',
'AAFIface.c',
'AAFIParser.c',
'AAFToText.c',
'CFBDump.c',
'LibCFB.c',
'ProTools.c',
'MediaComposer.c',
'Resolve.c',
'RIFFParser.c',
'URIParser.c',
'utils.c',
'log.c',
]
def options(opt):