summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 13:10:05 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-19 19:24:01 +0100
commit5d8cf2021d8f7f171924f2b1adf824532cd67497 (patch)
tree9960fc6b27e68ce29c9872b81d56bd50889db38b /registry
parenteb4c2e96f38a6b5280a83709e55fbb5b8d7e9d36 (diff)
tdf#123936 Formatting files in module registry with clang-format
Change-Id: I57dbd6b8c944f2adb158db9c3086b3ad26c5c084 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105697 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'registry')
-rw-r--r--registry/tools/fileurl.cxx3
-rw-r--r--registry/tools/fileurl.hxx3
2 files changed, 2 insertions, 4 deletions
diff --git a/registry/tools/fileurl.cxx b/registry/tools/fileurl.cxx
index dec3be5e5b0d..155995115b92 100644
--- a/registry/tools/fileurl.cxx
+++ b/registry/tools/fileurl.cxx
@@ -36,8 +36,7 @@ using osl::FileBase;
namespace registry::tools
{
-
-OUString convertToFileUrl(char const * filename, sal_Int32 length)
+OUString convertToFileUrl(char const* filename, sal_Int32 length)
{
OUString const uFileName(filename, length, osl_getThreadTextEncoding());
if (strncmp(filename, "file://", 7) == 0)
diff --git a/registry/tools/fileurl.hxx b/registry/tools/fileurl.hxx
index b2a68502618c..c09c7ff6a913 100644
--- a/registry/tools/fileurl.hxx
+++ b/registry/tools/fileurl.hxx
@@ -24,8 +24,7 @@
namespace registry::tools
{
-
-OUString convertToFileUrl(char const * filename, sal_Int32 length);
+OUString convertToFileUrl(char const* filename, sal_Int32 length);
} // namespace registry::tools