summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-07-22 19:49:12 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-07-22 19:49:12 +1000
commit7b4924421b4b5e4dbb4dc24eb16c5d3c866ed73b (patch)
treee3a4c1a9ae0967dea7e57a01704211bfe55e1e25 /sal
parent191893bc8751f56c93bd65d2ce39b0bbd8e97914 (diff)
osl: minor whitespace fixup from automated change
Change-Id: I93186466ba800f46c263bc49f51604a1d014a52f
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/w32/file_url.hxx6
1 files changed, 3 insertions, 3 deletions
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;