From 6fadc65e3ce85320f82220c26330b5256765d1fd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 2 May 2023 15:31:55 -0400 Subject: Fix code formatting --- src/jalv_qt.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jalv_qt.cpp b/src/jalv_qt.cpp index 028d412..0f1a2d1 100644 --- a/src/jalv_qt.cpp +++ b/src/jalv_qt.cpp @@ -60,10 +60,10 @@ public: explicit FlowLayout(int margin, int hSpacing, int vSpacing); - FlowLayout(const FlowLayout&) = delete; + FlowLayout(const FlowLayout&) = delete; FlowLayout& operator=(const FlowLayout&) = delete; - FlowLayout(FlowLayout&&) = delete; + FlowLayout(FlowLayout&&) = delete; FlowLayout&& operator=(FlowLayout&&) = delete; ~FlowLayout() override; -- cgit v1.2.1