1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-02 13:24:12 +01:00

whitespace.

This commit is contained in:
David A. Mellis 2010-07-05 16:08:35 +00:00
parent 9334944189
commit 4fa7eb8e32

View File

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