From 4f4e4e40f5b79a4dba46ffedd11cafa7beb08a87 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 25 Feb 2013 17:52:23 +0100 Subject: loplugin: improve indentation Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee --- svtools/source/dialogs/ServerDetailsControls.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svtools/source/dialogs') diff --git a/svtools/source/dialogs/ServerDetailsControls.cxx b/svtools/source/dialogs/ServerDetailsControls.cxx index 3bdae1bdc8c0..a9e3e4dd9060 100644 --- a/svtools/source/dialogs/ServerDetailsControls.cxx +++ b/svtools/source/dialogs/ServerDetailsControls.cxx @@ -126,7 +126,7 @@ INetURLObject HostDetailsContainer::getUrl( ) if ( !sPath.isEmpty( ) ) if ( sPath.indexOf( '/' ) != 0 ) sUrl += "/"; - sUrl += sPath; + sUrl += sPath; } return INetURLObject( sUrl ); @@ -235,7 +235,7 @@ INetURLObject SmbDetailsContainer::getUrl( ) if ( !sPath.isEmpty( ) ) if ( sPath.indexOf( '/' ) != 0 ) sUrl += "/"; - sUrl += sPath; + sUrl += sPath; } return INetURLObject( sUrl ); -- cgit