diff options
author | Nathan Binkert <nate@binkert.org> | 2007-07-28 16:49:20 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2007-07-28 16:49:20 -0700 |
commit | c27e23f2e8698b2eccf68eb13b87c3641caa4edb (patch) | |
tree | 7ae9a160c803318e3faa4fc461bee35b658810ea /src/arch/SConscript | |
parent | cda354b07035f73a3b220f89014721300d36a815 (diff) | |
download | gem5-c27e23f2e8698b2eccf68eb13b87c3641caa4edb.tar.xz |
style: Check/Fix whitespace on SCons files
--HG--
extra : convert_revision : 46e6b2dd8e1984cbab0ea24c94760794734c0f95
Diffstat (limited to 'src/arch/SConscript')
-rw-r--r-- | src/arch/SConscript | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/arch/SConscript b/src/arch/SConscript index 0ac25b6c7..e051c44af 100644 --- a/src/arch/SConscript +++ b/src/arch/SConscript @@ -43,23 +43,23 @@ Import('*') # List of headers to generate isa_switch_hdrs = Split(''' - arguments.hh - faults.hh - interrupts.hh - isa_traits.hh - kernel_stats.hh + arguments.hh + faults.hh + interrupts.hh + isa_traits.hh + kernel_stats.hh locked_mem.hh mmaped_ipr.hh - process.hh - predecoder.hh - regfile.hh - remote_gdb.hh - stacktrace.hh - syscallreturn.hh - tlb.hh - types.hh - utility.hh - vtophys.hh + process.hh + predecoder.hh + regfile.hh + remote_gdb.hh + stacktrace.hh + syscallreturn.hh + tlb.hh + types.hh + utility.hh + vtophys.hh ''') # Set up this directory to support switching headers |