Skip to content

Commit 8843976

Browse files
authored
fix whitespace
1 parent 50be2b6 commit 8843976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

irr/include/irrString.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class string
180180
}
181181

182182
if ((void *)c == (void *)c_str())
183-
return *this;
183+
return *this;
184184

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

0 commit comments

Comments
 (0)