From 999940144c56f842bbfce73f9e96729415c7e9dd Mon Sep 17 00:00:00 2001 From: wmayer Date: Fri, 26 Apr 2013 17:01:39 +0200 Subject: [PATCH] Fix whitespace --- src/Base/Uuid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Base/Uuid.cpp b/src/Base/Uuid.cpp index 2c1f44fa3..1fac7ac94 100644 --- a/src/Base/Uuid.cpp +++ b/src/Base/Uuid.cpp @@ -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