[Libreoffice-commits] core.git: solenv/clang-format

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Wed Jan 29 09:20:44 UTC 2020


 solenv/clang-format/blacklist |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 16cb51aedf38d2f9e10d4398665417ef922eb9fb
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Jan 29 09:29:54 2020 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Jan 29 10:20:13 2020 +0100

    Sort solenv/clang-format/blacklist
    
    (lexicographically, by Unicode code point values; to make it easier to add
    further entries)
    
    Change-Id: Ie9c426e74b79cab241695d1ecd58c78704820649
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87672
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist
index 08cbe76219c2..d75a75441489 100644
--- a/solenv/clang-format/blacklist
+++ b/solenv/clang-format/blacklist
@@ -17222,8 +17222,8 @@ vcl/inc/opengl/RenderList.hxx
 vcl/inc/opengl/RenderState.hxx
 vcl/inc/opengl/TextureState.hxx
 vcl/inc/opengl/VertexUtils.hxx
-vcl/inc/opengl/gdiimpl.hxx
 vcl/inc/opengl/framebuffer.hxx
+vcl/inc/opengl/gdiimpl.hxx
 vcl/inc/opengl/program.hxx
 vcl/inc/opengl/salbmp.hxx
 vcl/inc/opengl/texture.hxx
@@ -17530,8 +17530,8 @@ vcl/opengl/texture.cxx
 vcl/opengl/win/WinDeviceInfo.cxx
 vcl/opengl/win/blocklist_parser.cxx
 vcl/opengl/win/gdiimpl.cxx
-vcl/opengl/x11/cairotextrender.cxx
 vcl/opengl/x11/X11DeviceInfo.cxx
+vcl/opengl/x11/cairotextrender.cxx
 vcl/opengl/x11/gdiimpl.cxx
 vcl/opengl/x11/salvd.cxx
 vcl/osx/DataFlavorMapping.cxx


More information about the Libreoffice-commits mailing list