Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
21:207549b3711e
Parent:
20:505d29d5bdfc
Child:
23:0529d6779ab1
--- a/MbedClient.cpp	Mon Apr 13 14:24:44 2015 +0000
+++ b/MbedClient.cpp	Mon Apr 20 15:03:44 2015 +0000
@@ -249,10 +249,10 @@
 
     if (!send("Authorization: Basic "))
         return false;
-    
+
     if (!send(getAuthStr()))
         return false;
-        
+
     if (!send("\r\n"))
         return false;
     return true;