registry/tools/fileurl.cxx      |    3 +--
 registry/tools/fileurl.hxx      |    3 +--
 solenv/clang-format/excludelist |    2 --
 3 files changed, 2 insertions(+), 6 deletions(-)

New commits:
commit 5d8cf2021d8f7f171924f2b1adf824532cd67497
Author:     Philipp Hofer <philipp.ho...@protonmail.com>
AuthorDate: Thu Nov 12 13:10:05 2020 +0100
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Thu Nov 19 19:24:01 2020 +0100

    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+libreoff...@googlemail.com>
    Tested-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

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
 
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist
index a405f5979149..3de0a580b7e4 100644
--- a/solenv/clang-format/excludelist
+++ b/solenv/clang-format/excludelist
@@ -8002,8 +8002,6 @@ registry/source/regkey.hxx
 registry/test/regdiagnose.h
 registry/test/testmerge.cxx
 registry/test/testregcpp.cxx
-registry/tools/fileurl.cxx
-registry/tools/fileurl.hxx
 registry/tools/options.cxx
 registry/tools/options.hxx
 registry/tools/regmerge.cxx
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to