summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2007-07-28 16:49:20 -0700
committerNathan Binkert <nate@binkert.org>2007-07-28 16:49:20 -0700
commitc27e23f2e8698b2eccf68eb13b87c3641caa4edb (patch)
tree7ae9a160c803318e3faa4fc461bee35b658810ea /ext
parentcda354b07035f73a3b220f89014721300d36a815 (diff)
downloadgem5-c27e23f2e8698b2eccf68eb13b87c3641caa4edb.tar.xz
style: Check/Fix whitespace on SCons files
--HG-- extra : convert_revision : 46e6b2dd8e1984cbab0ea24c94760794734c0f95
Diffstat (limited to 'ext')
-rw-r--r--ext/libelf/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libelf/SConscript b/ext/libelf/SConscript
index 31e570396..99c5a4f99 100644
--- a/ext/libelf/SConscript
+++ b/ext/libelf/SConscript
@@ -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')