Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
5:2b74510900da
Parent:
0:099f76422485
Child:
7:8159a2d12e4e
--- a/ParsedValue.h	Wed Jul 09 15:37:19 2014 +0200
+++ b/ParsedValue.h	Thu Jul 10 16:20:31 2014 +0200
@@ -66,7 +66,7 @@
 class ParsedValue : public Value
 {
 public:
-    ParsedValue(const char*, bool=false);
+    ParsedValue(const char*, bool = false);
 
     uint8_t valueType() const;
     long integerValue() const;