diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2018-02-25 17:31:49 +1100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2018-02-25 13:11:56 +0100 |
commit | 1dd4590f817cce0b9e973c4767551067067702b5 (patch) | |
tree | 01a193970e75ec3d91aa7c4fb04c1e5436e2778b /solenv | |
parent | 1daf4db9631bea239e6f4403741001a46174383d (diff) |
vcl: remove vcl/qa/cppunit/BitmapTest.cxx from clang-format blacklist
I am actively working on bitmap tests, it is much easier if I just
make a seperate commit which runs clang-format over this file, gives
a clear line of demarcation so you can see what is being changed.
Change-Id: I70357c935aaeac4cabdf95a98b2cc8e40fd736e0
Reviewed-on: https://gerrit.libreoffice.org/50298
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/blacklist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index 9fdf7746c1f7..a0be17a89a7b 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -18002,7 +18002,6 @@ vcl/osx/salsys.cxx vcl/osx/saltimer.cxx vcl/osx/service_entry.cxx vcl/qa/cppunit/BitmapProcessorTest.cxx -vcl/qa/cppunit/BitmapTest.cxx vcl/qa/cppunit/app/test_IconThemeInfo.cxx vcl/qa/cppunit/app/test_IconThemeScanner.cxx vcl/qa/cppunit/app/test_IconThemeSelector.cxx |