From 2e4529c0016529325289701080499b3498a270f9 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Thu, 12 Nov 2020 13:17:13 +0100 Subject: 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 --- sot/source/base/object.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sot') 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: */ -- cgit