summaryrefslogtreecommitdiffstats
path: root/src/server/BufferFactory.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/server/BufferFactory.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/server/BufferFactory.cpp')
-rw-r--r--src/server/BufferFactory.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/BufferFactory.cpp b/src/server/BufferFactory.cpp
index 7c1e0b17..348dbca6 100644
--- a/src/server/BufferFactory.cpp
+++ b/src/server/BufferFactory.cpp
@@ -39,8 +39,7 @@ BufferFactory::BufferFactory(Engine& engine, URIs& uris)
, _engine(engine)
, _uris(uris)
, _silent_buffer(nullptr)
-{
-}
+{}
BufferFactory::~BufferFactory()
{