configmgr/source/data.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3655cc9fe6b7a07adea7e26d23474b5352506e4d
Author: Stephan Bergmann <sberg...@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;
         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to