Fix whitespace
This commit is contained in:
parent
fe19cb09cc
commit
999940144c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user