diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2010-12-20 16:24:40 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2010-12-20 16:24:40 -0500 |
commit | 672d6a4b98165952e0afa0057f851f150bc657ec (patch) | |
tree | 4bd03e87c875477d172910ee1a0a838111949d83 /src/arch/SConscript | |
parent | 89850d6370b29272788cb73165341ced68e3bd53 (diff) | |
download | gem5-672d6a4b98165952e0afa0057f851f150bc657ec.tar.xz |
Style: Replace some tabs with spaces.
Diffstat (limited to 'src/arch/SConscript')
-rw-r--r-- | src/arch/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/SConscript b/src/arch/SConscript index dd337b1b7..620de4d1c 100644 --- a/src/arch/SConscript +++ b/src/arch/SConscript @@ -45,7 +45,7 @@ Import('*') isa_switch_hdrs = Split(''' faults.hh interrupts.hh - isa.hh + isa.hh isa_traits.hh kernel_stats.hh locked_mem.hh |