Skip to content

Commit 1c411ce

Browse files
author
Swagtoy
committed
Fix whitespace
1 parent a817fdb commit 1c411ce

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
@@ -173,7 +173,7 @@ class string
173173
return *this;
174174
}
175175

176-
if ((void*)c == (void*)c_str())
176+
if ((void*)c == (void*)c_str())
177177
return *this;
178178

179179
u32 len = calclen(c);

0 commit comments

Comments
 (0)