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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cores/arduino/WString.cpp') 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; +} -- cgit v1.2.3-18-g5258