From e637002a2b6a8930fc82db3f02afa472f87720a1 Mon Sep 17 00:00:00 2001 From: Dmitry Selyutin Date: Fri, 27 May 2022 12:17:24 +0000 Subject: [PATCH] sv_binutils: follow binutils PPC indentation --- src/openpower/sv/sv_binutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.30.2