summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-07-24 14:49:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-07-24 14:50:21 +0200
commit3655cc9fe6b7a07adea7e26d23474b5352506e4d (patch)
tree0a5885cbd07abc8eba22a71481db097126e3f485 /configmgr
parent96bd18f692f933b328facf75eb200114bb55eee7 (diff)
Style and grace
Change-Id: I90854a061d3b51537669365f7a28a0fabe3dac2b
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;
}