From ea173ab5c7bdbd8684b2c2d732b3e35a3346b99e 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 2c1f44fa31..1fac7ac949 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