clang format, based on cpprest
This commit is contained in:
@@ -12,4 +12,4 @@ namespace ix
|
||||
{
|
||||
std::string base64_encode(const std::string& data, size_t len);
|
||||
std::string base64_decode(const std::string& encoded_string);
|
||||
}
|
||||
} // namespace ix
|
||||
|
@@ -13,4 +13,3 @@ namespace ix
|
||||
{
|
||||
uint64_t djb2Hash(const std::vector<uint8_t>& data);
|
||||
}
|
||||
|
||||
|
@@ -9,9 +9,9 @@
|
||||
|
||||
namespace ix
|
||||
{
|
||||
/**
|
||||
* Generate a random uuid
|
||||
*/
|
||||
std::string uuid4();
|
||||
/**
|
||||
* Generate a random uuid
|
||||
*/
|
||||
std::string uuid4();
|
||||
|
||||
}
|
||||
} // namespace ix
|
||||
|
Reference in New Issue
Block a user