diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2018-05-31 12:14:55 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2018-06-01 10:06:33 +0200 |
commit | 8815acd18f8995cbbf45c2a70629379cb9bfbf15 (patch) | |
tree | 1820322ccac1e33893f9fb98b9ec02dd7601e553 /vcl/qt5/Qt5Font.cxx | |
parent | c5b8b1a3c0247773bd613cba1a183fc8961d38fc (diff) |
Make clang-format happy, remove vcl/unx/kde5 from blacklist
just between us girls, I hate you clang-format
Change-Id: I4cd041eff7a9fa01eb9192cf357e3f07a26fa6ad
Diffstat (limited to 'vcl/qt5/Qt5Font.cxx')
-rw-r--r-- | vcl/qt5/Qt5Font.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/qt5/Qt5Font.cxx b/vcl/qt5/Qt5Font.cxx index 46e7b9ec01c3..0164c3b13cd4 100644 --- a/vcl/qt5/Qt5Font.cxx +++ b/vcl/qt5/Qt5Font.cxx @@ -41,8 +41,7 @@ static hb_blob_t* getFontTable(hb_face_t*, hb_tag_t nTableTag, void* pUserData) hb_blob_t* pBlob = nullptr; if (nLength > 0) - pBlob = hb_blob_create(aTable.data(), nLength, - HB_MEMORY_MODE_DUPLICATE, nullptr, nullptr); + pBlob = hb_blob_create(aTable.data(), nLength, HB_MEMORY_MODE_DUPLICATE, nullptr, nullptr); return pBlob; } |