edits
[iotcloud.git] / version2 / src / C / Error.h
index 44e2845bb69fc0d2badddda559491d35d56696f2..106ae8ee02b1a6fc942980fd4cc7290bfbeeb1a4 100644 (file)
@@ -21,8 +21,8 @@ public:
 
 class ServerException {
        char type;
- public:
-  ServerException(const char *msg, char _type) : type(_type) {}
+public:
+       ServerException(const char *msg, char _type) : type(_type) {}
        char getType() {return type;}
 };
 #endif