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/ClientInfo.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/ClientInfo.hpp') diff --git a/src/ClientInfo.hpp b/src/ClientInfo.hpp index 19c3c85..8acddfe 100644 --- a/src/ClientInfo.hpp +++ b/src/ClientInfo.hpp @@ -22,9 +22,8 @@ namespace patchage { /// Extra information about a client (program) not expressed in its ID -struct ClientInfo -{ - std::string label; ///< Human-friendly label +struct ClientInfo { + std::string label; ///< Human-friendly label }; } // namespace patchage -- cgit v1.2.1