Generating IV from random numbers, not machine ID and local sequence number.
[iotcloud.git] / version2 / src / C / URL.h
index 72139c35f4b9ef7b00db205188a8f6d5f1872fe1..0b20bc206f263542a3d51562c6b117e200a1969d 100644 (file)
@@ -2,7 +2,7 @@
 #define URL_H
 #include "common.h"
 class URL {
- public:
+public:
        URL(IoTString *string);
 };
 #endif