small whitespace cleanup
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 17 May 2023 16:00:02 +0000 (17:00 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 17 May 2023 16:00:02 +0000 (17:00 +0100)
src/openpower/decoder/power_insn.py

index e2d8ec3b6dbb8a2d53209167848c5e003f6b9ef2..c6ea0ca5d9398ea4079c7b00aafc5f3012827468 100644 (file)
@@ -2335,7 +2335,8 @@ class CROpMRRM(MRBaseRM, ZZCombinedBaseRM, CROpBaseRM):
     sz: BaseRM[23]
 
 
-class CROpFF5RM(FFRc0BaseRM, PredicateBaseRM, VLiBaseRM, DZBaseRM, SZBaseRM, CROpBaseRM):
+class CROpFF5RM(FFRc0BaseRM, PredicateBaseRM, VLiBaseRM, DZBaseRM,
+                SZBaseRM, CROpBaseRM):
     """crop: ffirst 5-bit mode"""
     VLi: BaseRM[19]
     RC1 = 1
@@ -3219,7 +3220,8 @@ class SVP64OperandMeta(type):
 
     class SVP64XOStaticOperand(SpanStaticOperand):
         def __init__(self, record, value, span):
-            return super().__init__(record=record, name="XO", value=value, span=span)
+            return super().__init__(record=record, name="XO",
+                                    value=value, span=span)
 
     __TRANSFORM = {
         NonZeroOperand: SVP64NonZeroOperand,