diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-08 13:53:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-09 17:08:00 +0100 |
commit | 4188ae6a093d935c7c983c7abb0a2fcb89f96c2a (patch) | |
tree | 1546698631a17520fab828822672ba874dddeeb4 /sal/osl/unx/file_misc.cxx | |
parent | 82b91027691a0a7138c0f70b94d6500e35bb8b44 (diff) |
loplugin:indentation in registry..sax
Change-Id: I4b877751818febaec8e64018335dca691a476a43
Reviewed-on: https://gerrit.libreoffice.org/67561
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sal/osl/unx/file_misc.cxx')
-rw-r--r-- | sal/osl/unx/file_misc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/file_misc.cxx b/sal/osl/unx/file_misc.cxx index fb12e4155e14..167877e5d670 100644 --- a/sal/osl/unx/file_misc.cxx +++ b/sal/osl/unx/file_misc.cxx @@ -557,7 +557,7 @@ static oslFileError create_dir_recursively_( if (osl_error != osl_File_E_None && osl_error != osl_File_E_EXIST) return osl_error; - dir_path[pos] = '/'; + dir_path[pos] = '/'; return create_dir_recursively_(dir_path, aDirectoryCreationCallbackFunc, pData); } |