mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	formatting, fixes from testing latest in Odin fork
This commit is contained in:
		@@ -505,7 +505,7 @@ CodeBody gen_ast_inlines()
 | 
			
		||||
		{
 | 
			
		||||
			if ( ast == nullptr )
 | 
			
		||||
			{
 | 
			
		||||
				log_failure( "Attempt to dereference a nullptr!" );
 | 
			
		||||
				log_failure( "Attempt to dereference a nullptr!\n" );
 | 
			
		||||
				return nullptr;
 | 
			
		||||
			}
 | 
			
		||||
			return ast;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user