style: Check/Fix whitespace on SCons files

--HG--
extra : convert_revision : 46e6b2dd8e1984cbab0ea24c94760794734c0f95
This commit is contained in:
Nathan Binkert
2007-07-28 16:49:20 -07:00
parent cda354b070
commit c27e23f2e8
5 changed files with 61 additions and 47 deletions

View File

@@ -35,7 +35,7 @@ Import('env')
elf_files = []
def ElfFile(filename):
elf_files.append(File(filename))
ElfFile('elf_begin.c')
ElfFile('elf_cntl.c')
ElfFile('elf_data.c')