From 672d6a4b98165952e0afa0057f851f150bc657ec Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 20 Dec 2010 16:24:40 -0500 Subject: Style: Replace some tabs with spaces. --- src/arch/mips/SConscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/arch/mips/SConscript') diff --git a/src/arch/mips/SConscript b/src/arch/mips/SConscript index ffc1f18eb..9e0275de7 100644 --- a/src/arch/mips/SConscript +++ b/src/arch/mips/SConscript @@ -44,15 +44,15 @@ if env['TARGET_ISA'] == 'mips': TraceFlag('MipsPRA') if env['FULL_SYSTEM']: - SimObject('MipsSystem.py') - SimObject('MipsInterrupts.py') + SimObject('MipsSystem.py') + SimObject('MipsInterrupts.py') Source('idle_event.cc') Source('mips_core_specific.cc') Source('vtophys.cc') Source('system.cc') Source('stacktrace.cc') Source('linux/system.cc') - Source('interrupts.cc') + Source('interrupts.cc') Source('bare_iron/system.cc') else: Source('process.cc') -- cgit v1.2.3