mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 16:35:41 +01:00
Style: follow PEP8
This commit is contained in:
parent
d8b6c77388
commit
974349d40e
@ -113,7 +113,7 @@ class ChangeLog:
|
||||
elif level == 3 and level_2_seen == 1:
|
||||
current_section = content
|
||||
self.section_content.setdefault(content, [])
|
||||
elif level_2_seen == 1 and current_section != None:
|
||||
elif level_2_seen == 1 and current_section is not None:
|
||||
if line.strip():
|
||||
self.section_content[current_section].append(line)
|
||||
elif level_2_seen <= 1:
|
||||
|
Loading…
Reference in New Issue
Block a user