summaryrefslogtreecommitdiffstats
path: root/src/gui/ConnectWindow.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-18 01:27:51 -0400
committerDavid Robillard <d@drobilla.net>2022-08-18 01:27:51 -0400
commit590f82cba0752f41226bbdbf352753cf336ec758 (patch)
tree5de55e3999108093331e37327c762996e2795b88 /src/gui/ConnectWindow.cpp
parent126c045016602323b974484252d60f6077f156bf (diff)
downloadingen-590f82cba0752f41226bbdbf352753cf336ec758.tar.gz
ingen-590f82cba0752f41226bbdbf352753cf336ec758.tar.bz2
ingen-590f82cba0752f41226bbdbf352753cf336ec758.zip
Use a consistent style for empty braces
Diffstat (limited to 'src/gui/ConnectWindow.cpp')
-rw-r--r--src/gui/ConnectWindow.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/ConnectWindow.cpp b/src/gui/ConnectWindow.cpp
index 20e7d33e..a4c8a433 100644
--- a/src/gui/ConnectWindow.cpp
+++ b/src/gui/ConnectWindow.cpp
@@ -70,8 +70,7 @@ ConnectWindow::ConnectWindow(BaseObjectType* cobject,
Glib::RefPtr<Gtk::Builder> xml)
: Dialog(cobject)
, _xml(std::move(xml))
-{
-}
+{}
void
ConnectWindow::message(const Message& msg)