diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 13:17:13 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-19 10:44:32 +0100 |
commit | 2e4529c0016529325289701080499b3498a270f9 (patch) | |
tree | 0bb77fee2d3ed92c7e129c3f1f0e6a4dd78502ac /sot | |
parent | 7c9a2c4b97c145a358084bed4b875396d3dc3e5c (diff) |
tdf#123936 Formatting files in module sot with clang-format
Change-Id: I2c375689049fcb65ca56cfcf5c5f61f8108c38bf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105710
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/base/object.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sot/source/base/object.cxx b/sot/source/base/object.cxx index 5c91afeccba9..98dd8ea064d6 100644 --- a/sot/source/base/object.cxx +++ b/sot/source/base/object.cxx @@ -61,9 +61,6 @@ bool SotObject::DoClose() return bRet; } -bool SotObject::Close() -{ - return true; -} +bool SotObject::Close() { return true; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |