From 01baeab99890e5650b3dabc15f8d900490a5a133 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Thu, 12 Nov 2020 13:03:16 +0100 Subject: tdf#123936 Formatting files in module include with clang-format Change-Id: I0507dd797cd5a35e0ae14f4b69ee4e172d08a71a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105681 Reviewed-by: Christian Lohmaier Tested-by: Jenkins --- include/sot/object.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/sot/object.hxx') diff --git a/include/sot/object.hxx b/include/sot/object.hxx index 8b1d7e3d8968..1657986c8490 100644 --- a/include/sot/object.hxx +++ b/include/sot/object.hxx @@ -44,8 +44,8 @@ public: bool IsInClose() const { return bInClose; } private: - SotObject & operator= (const SotObject &) = delete; - SotObject(const SotObject &) = delete; + SotObject& operator=(const SotObject&) = delete; + SotObject(const SotObject&) = delete; }; #endif -- cgit