mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05: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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user