X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fuuidgenerator.cpp;h=65091de3fdf27b7275049c9e37f40993eef5c5df;hb=6b896a9e1dc143bba86795be1e9336549db9b85f;hp=a2da3b6bf147b25d2ad54d31105e4b7fbc88c859;hpb=d8f51eac91f86a1e00a05a5058a8fa9eb8732464;p=fms.git diff --git a/src/uuidgenerator.cpp b/src/uuidgenerator.cpp index a2da3b6..65091de 100644 --- a/src/uuidgenerator.cpp +++ b/src/uuidgenerator.cpp @@ -20,4 +20,4 @@ const std::string UUIDGenerator::RandHex(const int len) rval+=hexchars[rand()%hexchars.size()]; } return rval; -} \ No newline at end of file +}