Skip to content

Commit

Permalink
Merge pull request #672 from botovq/indentation
Browse files Browse the repository at this point in the history
Fix incorrect indentation
  • Loading branch information
tomato42 committed Jun 16, 2020
2 parents 6a36513 + e36f3cd commit 54a1350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test-openssl-3712.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def main():
print(traceback.format_exc())
res = False

if c_name in expected_failures:
if c_name in expected_failures:
if res:
xpass += 1
xpassed.append(c_name)
Expand All @@ -202,7 +202,7 @@ def main():
else:
xfail += 1
print("OK-expected failure\n")
else:
else:
if res:
good += 1
print("OK\n")
Expand Down

0 comments on commit 54a1350

Please sign in to comment.