From 9a2bb49feb0c70b2bc79c0f29817408368cbbff1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 2 Jan 2026 19:46:25 +0100 Subject: White space: user_property.h --- src/lib/user_property.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/lib/user_property.h b/src/lib/user_property.h index fb597eeb6..14b30c2ff 100644 --- a/src/lib/user_property.h +++ b/src/lib/user_property.h @@ -37,11 +37,11 @@ public: }; template - UserProperty (Category category_, std::string key_, T value_, std::string unit_ = "") - : category (category_) - , key (key_) - , value (dcp::locale_convert (value_)) - , unit (unit_) + UserProperty(Category category_, std::string key_, T value_, std::string unit_ = "") + : category(category_) + , key(key_) + , value(dcp::locale_convert(value_)) + , unit(unit_) {} Category category; -- cgit v1.2.3