black-compliant formatting

This commit is contained in:
JanLJL
2023-03-14 18:22:27 +01:00
parent af3b1fe3e8
commit 54644ffb09
3 changed files with 3 additions and 6 deletions

View File

@@ -198,7 +198,7 @@ class ParserAArch64(BaseParser):
).setResultsName("prfop")
# Condition codes, based on http://tiny.cc/armcc
condition = (
pp.CaselessLiteral("EQ") # z set
pp.CaselessLiteral("EQ") # z set
^ pp.CaselessLiteral("NE") # z clear
^ pp.CaselessLiteral("CS") # c set
^ pp.CaselessLiteral("HS") # c set