mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 15:26:12 -08:00 
			
		
		
		
	correct formatting in singleheader.cpp
This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
			
		||||
#	include "memory.hpp"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#pragma region StrBuilder Ops
 | 
			
		||||
#pragma region String Ops
 | 
			
		||||
 | 
			
		||||
const char* char_first_occurence( const char* str, char c );
 | 
			
		||||
 | 
			
		||||
@@ -284,4 +284,4 @@ void c_str_to_upper( char* str )
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#pragma endregion StrBuilder Ops
 | 
			
		||||
#pragma endregion String Ops
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user