Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 authored Oct 4, 2024
1 parent 50be2b6 commit 8843976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irr/include/irrString.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class string
}

if ((void *)c == (void *)c_str())
return *this;
return *this;

u32 len = calclen(c);
// In case `c` is a pointer to our own buffer, we may not resize first
Expand Down

0 comments on commit 8843976

Please sign in to comment.