whitespace - bug in autopep8 which is dreadful
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 21 May 2023 11:17:20 +0000 (12:17 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 21 May 2023 11:17:20 +0000 (12:17 +0100)
src/openpower/test/fmv_fcvt/fmv_fcvt.py

index 9e8914cce83cec67142a1cbba500f9162afaee9b..336c607c43991ce9096fde95dee5e38c38bf9b9b 100644 (file)
@@ -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,