diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-01-29 09:29:54 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-01-29 10:20:13 +0100 |
commit | 16cb51aedf38d2f9e10d4398665417ef922eb9fb (patch) | |
tree | 3345869394af376452d1f48dce344147877617e2 /solenv/clang-format | |
parent | ab20238ad175e027ccfe4532c3899454837253b9 (diff) |
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@redhat.com>
Diffstat (limited to 'solenv/clang-format')
-rw-r--r-- | solenv/clang-format/blacklist | 4 |
1 files changed, 2 insertions, 2 deletions
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 |