diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 13:26:56 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-22 01:55:18 +0100 |
commit | 58d98a08aee7bf027c109eeb94183d24351827fa (patch) | |
tree | 4cdfd20f56d097e77f79286dfcc379eca25aa12a /vcl/inc/quartz | |
parent | a65141b2b46ad8150bafca4629b0ef924978a201 (diff) |
tdf#123936 Formatting files in module vcl with clang-format
Change-Id: Ia162ad5b7499c0ddfdbfca59ae76b81335ce2d45
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105728
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Jenkins
Diffstat (limited to 'vcl/inc/quartz')
-rw-r--r-- | vcl/inc/quartz/ctfonts.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/quartz/ctfonts.hxx b/vcl/inc/quartz/ctfonts.hxx index 89cc554439ba..431385aeeda6 100644 --- a/vcl/inc/quartz/ctfonts.hxx +++ b/vcl/inc/quartz/ctfonts.hxx @@ -24,7 +24,7 @@ #include <sallayout.hxx> SystemFontList* GetCoretextFontList(); -FontAttributes DevFontFromCTFontDescriptor( CTFontDescriptorRef, bool* ); +FontAttributes DevFontFromCTFontDescriptor(CTFontDescriptorRef, bool*); #endif // INCLUDED_VCL_INC_QUARTZ_CTFONTS_HXX |