summaryrefslogtreecommitdiffstats
path: root/src/ClientType.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-02 14:02:44 +0100
committerDavid Robillard <d@drobilla.net>2021-01-02 14:02:44 +0100
commit663a5d01b1931b97370ed8feff3ae229a9cc7ea4 (patch)
treeaba74794cb45f06734bd80bbf53d79f947008e54 /src/ClientType.hpp
parent1936aace80b5594078d874e9b661a9a91e461279 (diff)
downloadpatchage-663a5d01b1931b97370ed8feff3ae229a9cc7ea4.tar.gz
patchage-663a5d01b1931b97370ed8feff3ae229a9cc7ea4.tar.bz2
patchage-663a5d01b1931b97370ed8feff3ae229a9cc7ea4.zip
Format all code with clang-format
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