summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/data.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/data.cxx b/configmgr/source/data.cxx
index 902dbaf5d03c..146da67bdcae 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;
}