mirror of
https://github.com/thisistherk/fast_obj.git
synced 2025-04-05 05:25:03 +00:00
fix: Corrected the code style at fast_obj.h:454.
This commit is contained in:
parent
85778da5fc
commit
3ef847aafc
1 changed files with 2 additions and 2 deletions
|
@ -451,8 +451,8 @@ const char* skip_whitespace(const char* ptr)
|
|||
static
|
||||
const char* skip_line(const char* ptr)
|
||||
{
|
||||
while (!is_newline(*ptr++))
|
||||
;
|
||||
while (!is_newline(*ptr))
|
||||
ptr++;
|
||||
|
||||
return ptr;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue