From 590f82cba0752f41226bbdbf352753cf336ec758 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Aug 2022 01:27:51 -0400 Subject: Use a consistent style for empty braces --- include/ingen/client/GraphModel.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/ingen/client') diff --git a/include/ingen/client/GraphModel.hpp b/include/ingen/client/GraphModel.hpp index 59d1bb65..0ae756d8 100644 --- a/include/ingen/client/GraphModel.hpp +++ b/include/ingen/client/GraphModel.hpp @@ -71,8 +71,7 @@ private: : BlockModel(uris, static_cast(uris.ingen_Graph), graph_path) - { - } + {} void clear() override; void add_child(const std::shared_ptr& c) override; -- cgit v1.2.1