diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2010-07-05 16:08:35 +0000 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2010-07-05 16:08:35 +0000 |
commit | 9f1e60ffa00d3f570358554b225d4e99a42e274f (patch) | |
tree | d93fbd93e03ff618fbffeab1102138b0271d0666 | |
parent | d3cb43c1c981ee3726d26c05ec3e42fffaa080c6 (diff) |
whitespace.
-rw-r--r-- | cores/arduino/WString.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/WString.cpp b/cores/arduino/WString.cpp index 91d4f15..5af89e3 100644 --- a/cores/arduino/WString.cpp +++ b/cores/arduino/WString.cpp @@ -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 ) |