Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

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