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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cores/arduino/WString.h') 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