mirror of
				https://github.com/Icinga/icinga2.git
				synced 2025-11-03 21:25:56 +01:00 
			
		
		
		
	Fix incorrect indentation for code generated by mkclass
This commit is contained in:
		
							parent
							
								
									7fc25dcb98
								
							
						
					
					
						commit
						d9020f264f
					
				@ -309,7 +309,7 @@ void ClassCompiler::HandleClass(const Klass& klass, const ClassDebugInfo&)
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			m_Impl << std::endl
 | 
			
		||||
					<< "\t\t\t\tbreak;" << std::endl;
 | 
			
		||||
					<< "\t\t\tbreak;" << std::endl;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		m_Impl << "\t}" << std::endl;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user