From: Dmitry Selyutin Date: Fri, 27 May 2022 12:17:24 +0000 (+0000) Subject: sv_binutils: follow binutils PPC indentation X-Git-Tag: sv_maxu_works-initial~408 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e637002a2b6a8930fc82db3f02afa472f87720a1;p=openpower-isa.git sv_binutils: follow binutils PPC indentation --- diff --git a/src/openpower/sv/sv_binutils.py b/src/openpower/sv/sv_binutils.py index 4dfc152c..c0d200e9 100644 --- a/src/openpower/sv/sv_binutils.py +++ b/src/openpower/sv/sv_binutils.py @@ -49,7 +49,7 @@ DISCLAIMER = """\ def indent(strings): - return map(lambda string: (" " + string), strings) + return map(lambda string: (" " + string), strings) class CTypeMeta(type):