summaryrefslogtreecommitdiffstats
path: root/src/ClientInfo.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClientInfo.hpp')
-rw-r--r--src/ClientInfo.hpp5
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