From: Dmitry Selyutin Date: Thu, 18 Aug 2022 08:58:38 +0000 (+0300) Subject: selectable_int: canonicalize indentation X-Git-Tag: sv_maxu_works-initial~38 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8de332c8fcf3f130b12ef29afe96097ac2f32b90;p=openpower-isa.git selectable_int: canonicalize indentation --- diff --git a/src/openpower/decoder/selectable_int.py b/src/openpower/decoder/selectable_int.py index 7e7eb97d..a94bb43d 100644 --- a/src/openpower/decoder/selectable_int.py +++ b/src/openpower/decoder/selectable_int.py @@ -570,8 +570,8 @@ class SelectableIntMappingMeta(type): yield (key, value) -class SelectableIntMapping(SelectableInt, metaclass=SelectableIntMappingMeta, - bits=0): +class SelectableIntMapping(SelectableInt, + metaclass=SelectableIntMappingMeta, bits=0): def __init__(self, value=0, bits=None): if isinstance(value, int) and bits is None: bits = self.__class__.bits