From 54eb71eb4f4dbb43db47251685ef7bac128c6678 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 21 Jul 2020 14:30:47 +0100 Subject: [PATCH] whitespace --- src/soc/fu/alu/test/test_pipe_caller.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/soc/fu/alu/test/test_pipe_caller.py b/src/soc/fu/alu/test/test_pipe_caller.py index d905f68c..d914010a 100644 --- a/src/soc/fu/alu/test/test_pipe_caller.py +++ b/src/soc/fu/alu/test/test_pipe_caller.py @@ -151,7 +151,8 @@ class ALUTestCase(FHDLTestCase): xer = SelectableInt(0, 64) xer[XER_bits['CA']] = 1 initial_sprs[special_sprs['XER']] = xer - self.run_tst_program(Program(lst, bigendian), initial_regs, initial_sprs) + self.run_tst_program(Program(lst, bigendian), + initial_regs, initial_sprs) def test_cmp(self): lst = ["subf. 1, 6, 7", -- 2.30.2