mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
whitespace.
This commit is contained in:
@ -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 )
|
||||||
|
Reference in New Issue
Block a user