summaryrefslogtreecommitdiffstats
path: root/src/server/JackDriver.hpp
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/JackDriver.hpp
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/JackDriver.hpp')
-rw-r--r--src/server/JackDriver.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/JackDriver.hpp b/src/server/JackDriver.hpp
index 49158e10..a00f55cc 100644
--- a/src/server/JackDriver.hpp
+++ b/src/server/JackDriver.hpp
@@ -114,7 +114,8 @@ public:
return _client ? jack_frame_time(_client) : 0;
}
- class PortRegistrationFailedException : public std::exception {};
+ class PortRegistrationFailedException : public std::exception
+ {};
private:
friend class JackPort;