summaryrefslogtreecommitdiffstats
path: root/src/ClientType.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClientType.hpp')
-rw-r--r--src/ClientType.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/ClientType.hpp b/src/ClientType.hpp
index 5f96875..4785501 100644
--- a/src/ClientType.hpp
+++ b/src/ClientType.hpp
@@ -20,10 +20,9 @@
namespace patchage {
/// A type of client (program) with supported ports
-enum class ClientType
-{
- jack,
- alsa,
+enum class ClientType {
+ jack,
+ alsa,
};
} // namespace patchage