mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-02 13:24:12 +01:00
whitespace.
This commit is contained in:
parent
9334944189
commit
4fa7eb8e32
@ -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 )
|
||||||
|
Loading…
Reference in New Issue
Block a user