From 10e2182e583d43c2f28efffacb25e421b432534c Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 21 May 2023 12:17:20 +0100 Subject: [PATCH] whitespace - bug in autopep8 which is dreadful --- src/openpower/test/fmv_fcvt/fmv_fcvt.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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, -- 2.30.2