Bug fixes + tabbing
[iotcloud.git] / version2 / src / C / SecureRandom.h
index 50ed6f86729090bfb610dd91de08a68c25fc4eb8..f5d1af055653e737b646286379ba56e0de1b4cb9 100644 (file)
@@ -3,10 +3,10 @@
 #include "common.h"
 
 class SecureRandom {
- public:
+public:
        SecureRandom();
        void nextBytes(Array<char> *array);
        int32_t nextInt(int32_t val);
- private:
+private:
 };
 #endif