projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e43e136
)
sv_binutils: follow binutils PPC indentation
author
Dmitry Selyutin
<ghostmansd@gmail.com>
Fri, 27 May 2022 12:17:24 +0000
(12:17 +0000)
committer
Dmitry Selyutin
<ghostmansd@gmail.com>
Fri, 27 May 2022 12:17:24 +0000
(12:17 +0000)
src/openpower/sv/sv_binutils.py
patch
|
blob
|
history
diff --git
a/src/openpower/sv/sv_binutils.py
b/src/openpower/sv/sv_binutils.py
index 4dfc152ccb4a3fe263287460b0df1de836202530..c0d200e93a433b6c7e960c77df90604881dd9703 100644
(file)
--- 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):