Fix whitespace

This commit is contained in:
wmayer
2013-04-26 17:01:39 +02:00
parent fe19cb09cc
commit 999940144c
+1 -1
View File
@@ -88,7 +88,7 @@ void Uuid::setValue(const char* sString)
void Uuid::setValue(const std::string &sString)
{
setValue(sString.c_str());
setValue(sString.c_str());
}
const std::string& Uuid::getValue(void) const