sv_binutils: follow binutils PPC indentation
authorDmitry Selyutin <ghostmansd@gmail.com>
Fri, 27 May 2022 12:17:24 +0000 (12:17 +0000)
committerDmitry Selyutin <ghostmansd@gmail.com>
Fri, 27 May 2022 12:17:24 +0000 (12:17 +0000)
src/openpower/sv/sv_binutils.py

index 4dfc152ccb4a3fe263287460b0df1de836202530..c0d200e93a433b6c7e960c77df90604881dd9703 100644 (file)
@@ -49,7 +49,7 @@ DISCLAIMER = """\
 
 
 def indent(strings):
-    return map(lambda string: ("    " + string), strings)
+    return map(lambda string: ("  " + string), strings)
 
 
 class CTypeMeta(type):