diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 13:12:24 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-19 01:36:55 +0100 |
commit | 6ceb1d0f2e23749fe03fab08ec338ba4d7782173 (patch) | |
tree | 44e69c2fdf12594169ca3a052224368faa967185 /sc/inc/refreshtimerprotector.hxx | |
parent | 695280feb90729fde1a7ecf1c409ae16f8281a46 (diff) |
tdf#123936 Formatting files in module sc with clang-format
Change-Id: I66cafda863e3e1e4559a57289c09925d68b0719c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105701
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Jenkins
Diffstat (limited to 'sc/inc/refreshtimerprotector.hxx')
-rw-r--r-- | sc/inc/refreshtimerprotector.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/refreshtimerprotector.hxx b/sc/inc/refreshtimerprotector.hxx index 9fcb50421096..5ded7aa07fb8 100644 --- a/sc/inc/refreshtimerprotector.hxx +++ b/sc/inc/refreshtimerprotector.hxx @@ -18,10 +18,10 @@ class ScRefreshTimerControl; class SC_DLLPUBLIC ScRefreshTimerProtector { - std::unique_ptr<ScRefreshTimerControl> const & m_rpControl; + std::unique_ptr<ScRefreshTimerControl> const& m_rpControl; public: - ScRefreshTimerProtector( std::unique_ptr<ScRefreshTimerControl> const & rp ); + ScRefreshTimerProtector(std::unique_ptr<ScRefreshTimerControl> const& rp); ~ScRefreshTimerProtector(); }; |