From: Luke Kenneth Casson Leighton Date: Sun, 21 May 2023 11:17:20 +0000 (+0100) Subject: whitespace - bug in autopep8 which is dreadful X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=10e2182e583d43c2f28efffacb25e421b432534c;p=openpower-isa.git whitespace - bug in autopep8 which is dreadful --- diff --git a/src/openpower/test/fmv_fcvt/fmv_fcvt.py b/src/openpower/test/fmv_fcvt/fmv_fcvt.py index 9e8914cc..336c607c 100644 --- a/src/openpower/test/fmv_fcvt/fmv_fcvt.py +++ b/src/openpower/test/fmv_fcvt/fmv_fcvt.py @@ -51,10 +51,8 @@ def do_round(v, round_mode): class FMvFCvtCases(TestAccumulatorBase): - def toint( - self, inp, expected=None, test_title="", inp_bits=None, - signed=True, _32bit=True, CVM=5, RN=0, - ): + def toint(self, inp, expected=None, test_title="", inp_bits=None, + signed=True, _32bit=True, CVM=5, RN=0): if CVM & 1: for i in range(4): self.toint(inp=inp, inp_bits=inp_bits, signed=signed,