whitespace.

This commit is contained in:
David A. Mellis 2010-07-05 16:08:35 +00:00
parent d3cb43c1c9
commit 9f1e60ffa0
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ String::String( const unsigned long value, const int base )
char String::charAt( unsigned int loc ) const
{
return operator[]( loc );
return operator[]( loc );
}
void String::setCharAt( unsigned int loc, const char aChar )