From: Luke Kenneth Casson Leighton Date: Tue, 21 Jul 2020 13:30:47 +0000 (+0100) Subject: whitespace X-Git-Tag: semi_working_ecp5~656 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54eb71eb4f4dbb43db47251685ef7bac128c6678;p=soc.git whitespace --- 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",