diff options
author | Iván Pérez <ivanperez2@gmail.com> | 2016-09-12 09:00:04 +0200 |
---|---|---|
committer | Iván Pérez <ivanperez2@gmail.com> | 2016-09-12 09:00:04 +0200 |
commit | 54c0b616b16f95129a0538bb8433eec2bb03f9d4 (patch) | |
tree | 167bd8dbcf92c6420af61d65b063a2ad538b792d /cores/arduino/WString.h | |
parent | b74a02cb217be5857afde7eb05ccdec686fe83f9 (diff) |
Spaces to tab
Diffstat (limited to 'cores/arduino/WString.h')
-rw-r--r-- | cores/arduino/WString.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/WString.h b/cores/arduino/WString.h index 08b8147..77709c3 100644 --- a/cores/arduino/WString.h +++ b/cores/arduino/WString.h @@ -190,7 +190,7 @@ public: // parsing/conversion long toInt(void) const; float toFloat(void) const; - double toDouble(void) const; + double toDouble(void) const; protected: char *buffer; // the actual char array |