[Libreoffice-commits] core.git: sal/osl

Chris Sherlock chris.sherlock79 at gmail.com
Sat Jul 22 09:50:40 UTC 2017


 sal/osl/w32/file_url.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 7b4924421b4b5e4dbb4dc24eb16c5d3c866ed73b
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Sat Jul 22 19:49:12 2017 +1000

    osl: minor whitespace fixup from automated change
    
    Change-Id: I93186466ba800f46c263bc49f51604a1d014a52f

diff --git a/sal/osl/w32/file_url.hxx b/sal/osl/w32/file_url.hxx
index e17351df002c..c8eec0632d22 100644
--- a/sal/osl/w32/file_url.hxx
+++ b/sal/osl/w32/file_url.hxx
@@ -61,14 +61,14 @@ DWORD IsValidFilePath (
 DWORD GetCaseCorrectPathName (
     LPCWSTR lpszShortPath,  // file name
     LPWSTR  lpszLongPath,   // path buffer
-    sal_uInt32 cchBuffer,      // size of path buffer
+    sal_uInt32 cchBuffer,   // size of path buffer
     bool bCheckExistence
 );
 
 oslFileError osl_getSystemPathFromFileURL_ (
-    rtl_uString *  strURL,
+    rtl_uString * strURL,
     rtl_uString ** pustrPath,
-    bool       bAllowRelative
+    bool bAllowRelative
 );
 
 extern oslMutex g_CurrentDirectoryMutex;


More information about the Libreoffice-commits mailing list