summaryrefslogtreecommitdiff
path: root/src/arch/SConscript
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 /src/arch/SConscript
parentcda354b07035f73a3b220f89014721300d36a815 (diff)
downloadgem5-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/SConscript30
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