From 54c0b616b16f95129a0538bb8433eec2bb03f9d4 Mon Sep 17 00:00:00 2001 From: Iván Pérez Date: Mon, 12 Sep 2016 09:00:04 +0200 Subject: Spaces to tab --- cores/arduino/WString.cpp | 6 +++--- cores/arduino/WString.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cores') diff --git a/cores/arduino/WString.cpp b/cores/arduino/WString.cpp index 998cf22..f2572d6 100644 --- a/cores/arduino/WString.cpp +++ b/cores/arduino/WString.cpp @@ -745,6 +745,6 @@ float String::toFloat(void) const double String::toDouble(void) const { - if (buffer) return atof(buffer); - return 0; -} \ No newline at end of file + if (buffer) return atof(buffer); + return 0; +} 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 -- cgit v1.2.3-18-g5258