tabbing
[iotcloud.git] / version2 / src / C / Error.h
index 4d12c168febdc7d978c48d293c18f9a1903ceb9e..ff8eb8de7ddefc0ce2ccf39b88727ac325357c95 100644 (file)
@@ -6,8 +6,8 @@ public:
 };
 
 class SocketTimeoutException {
- public:
- private:
+public:
+private:
 };
 
 class Exception {
@@ -21,7 +21,7 @@ public:
 
 class ServerException {
 public:
- ServerException(const char *msg, char _type) : type(_type) {}
      ServerException(const char *msg, char _type) : type(_type) {}
        char getType();
        char type;
 };