mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-08 22:55:45 -07:00
correct formatting in singleheader.cpp
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
# include "debug.cpp"
|
||||
#endif
|
||||
|
||||
#pragma region StrBuilder Ops
|
||||
#pragma region String Ops
|
||||
|
||||
internal
|
||||
ssize _scan_zpl_i64( const char* text, s32 base, s64* value )
|
||||
@ -211,4 +211,4 @@ f64 c_str_to_f64( const char* str, char** end_ptr )
|
||||
return result;
|
||||
}
|
||||
|
||||
#pragma endregion StrBuilder Ops
|
||||
#pragma endregion String Ops
|
||||
|
Reference in New Issue
Block a user