summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-01-02 19:46:25 +0100
committerCarl Hetherington <cth@carlh.net>2026-01-02 19:46:25 +0100
commit9a2bb49feb0c70b2bc79c0f29817408368cbbff1 (patch)
tree655819f8994aefafba8cf7da3e9377ed16907d26 /src
parentdd5ad39045f155d44f1fefb58670d5a3695e818c (diff)
White space: user_property.h
Diffstat (limited to 'src')
-rw-r--r--src/lib/user_property.h10
1 files changed, 5 insertions, 5 deletions
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 <class T>
- UserProperty (Category category_, std::string key_, T value_, std::string unit_ = "")
- : category (category_)
- , key (key_)
- , value (dcp::locale_convert<std::string> (value_))
- , unit (unit_)
+ UserProperty(Category category_, std::string key_, T value_, std::string unit_ = "")
+ : category(category_)
+ , key(key_)
+ , value(dcp::locale_convert<std::string>(value_))
+ , unit(unit_)
{}
Category category;