From: Giacomo Travaglini Date: Mon, 2 Mar 2020 18:10:36 +0000 (+0000) Subject: dev-arm: Fix VExpressFastmodel.py indentation X-Git-Tag: v20.0.0.0~342 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a48087df96d8d1ddf6ce61ede50f62a005ff943;p=gem5.git dev-arm: Fix VExpressFastmodel.py indentation Convert TAB with four spaces Change-Id: I7472a01423953c68aed60b37f56fe86eca249fac Signed-off-by: Giacomo Travaglini Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/26253 Tested-by: kokoro Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power --- diff --git a/src/dev/arm/SConscript b/src/dev/arm/SConscript index de5f8b74e..7041bd979 100644 --- a/src/dev/arm/SConscript +++ b/src/dev/arm/SConscript @@ -50,7 +50,7 @@ if env['TARGET_ISA'] == 'arm': SimObject('NoMali.py') SimObject('VirtIOMMIO.py') if env['USE_ARM_FASTMODEL']: - SimObject('VExpressFastmodel.py') + SimObject('VExpressFastmodel.py') Source('a9scu.cc') Source('amba_device.cc')