[Libreoffice-commits] core.git: configmgr/source
Stephan Bergmann
sbergman at redhat.com
Wed Jul 24 05:50:42 PDT 2013
configmgr/source/data.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3655cc9fe6b7a07adea7e26d23474b5352506e4d
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Jul 24 14:49:59 2013 +0200
Style and grace
Change-Id: I90854a061d3b51537669365f7a28a0fabe3dac2b
diff --git a/configmgr/source/data.cxx b/configmgr/source/data.cxx
index 902dbaf..146da67 100644
--- a/configmgr/source/data.cxx
+++ b/configmgr/source/data.cxx
@@ -208,7 +208,7 @@ rtl::Reference< Node > Data::resolvePathRepresentation(
if (path != 0) {
path->clear();
}
- if ( pathRepresentation == "/" ) {
+ if (pathRepresentation == "/") {
if (canonicRepresentation != 0) {
*canonicRepresentation = pathRepresentation;
}
More information about the Libreoffice-commits
mailing list