From: Luke Kenneth Casson Leighton Date: Wed, 31 Jul 2019 12:36:31 +0000 (+0100) Subject: whitespace / comments X-Git-Tag: ls180-24jan2020~622 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=092e76403be53ff1cbcb7bef05dbdd3304c8927a;p=ieee754fpu.git whitespace / comments --- diff --git a/src/ieee754/fpcommon/roundz.py b/src/ieee754/fpcommon/roundz.py index 4613a008..a4077cfd 100644 --- a/src/ieee754/fpcommon/roundz.py +++ b/src/ieee754/fpcommon/roundz.py @@ -52,5 +52,3 @@ class FPRoundMod(FPModBase): comb += self.o.z.e.eq(self.i.z.e + 1) return m - -