Whitespace changes.

svn-id: r22407
This commit is contained in:
Torbjörn Andersson 2006-05-11 07:59:50 +00:00
parent 30231a39c8
commit dba0c5ca2c
4 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@ namespace Lure {
StringData *int_strings = NULL;
StringData::StringData() {
int_strings = this;
int_strings = this;
for (uint8 ctr = 0; ctr < MAX_NUM_CHARS; ++ctr) _chars[ctr] = NULL;
_numChars = 0;