From d0a8fc24b351517ff4255e93fb1c8a78391facf7 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 27 Oct 2014 15:09:02 +0100 Subject: Fix indentation Change-Id: Ic058759782f95e330d8c581911aeb163340a7c4b --- jurt/com/sun/star/lib/util/UrlToFileMapper.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'jurt') diff --git a/jurt/com/sun/star/lib/util/UrlToFileMapper.java b/jurt/com/sun/star/lib/util/UrlToFileMapper.java index 3380992af331..87b27c608109 100644 --- a/jurt/com/sun/star/lib/util/UrlToFileMapper.java +++ b/jurt/com/sun/star/lib/util/UrlToFileMapper.java @@ -82,10 +82,10 @@ public final class UrlToFileMapper { } catch (UnsupportedEncodingException e) { throw new RuntimeException(e); // should never happen } - } - } + } + } return buf.toString(); - } + } - private UrlToFileMapper() {} + private UrlToFileMapper() {} } -- cgit v1.2.3