diff options
author | David Robillard <d@drobilla.net> | 2021-01-02 14:02:44 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-02 14:02:44 +0100 |
commit | 663a5d01b1931b97370ed8feff3ae229a9cc7ea4 (patch) | |
tree | aba74794cb45f06734bd80bbf53d79f947008e54 /src/ClientInfo.hpp | |
parent | 1936aace80b5594078d874e9b661a9a91e461279 (diff) | |
download | patchage-663a5d01b1931b97370ed8feff3ae229a9cc7ea4.tar.gz patchage-663a5d01b1931b97370ed8feff3ae229a9cc7ea4.tar.bz2 patchage-663a5d01b1931b97370ed8feff3ae229a9cc7ea4.zip |
Format all code with clang-format
Diffstat (limited to 'src/ClientInfo.hpp')
-rw-r--r-- | src/ClientInfo.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
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 |