From 663a5d01b1931b97370ed8feff3ae229a9cc7ea4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Jan 2021 14:02:44 +0100 Subject: Format all code with clang-format --- src/ClientType.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/ClientType.hpp') 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 -- cgit v1.2.1