From a3dd5b33bc1034d6e8fae0e09a9f3570a1d15c5f Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Thu, 18 Mar 2021 13:30:37 -0700 Subject: Run "make clangformat". to fix up master. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- common/property.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'common/property.cc') diff --git a/common/property.cc b/common/property.cc index 945462f8..76cb8bf8 100644 --- a/common/property.cc +++ b/common/property.cc @@ -36,7 +36,6 @@ Property::Property(const std::string &strval) : is_string(true), str(strval), in Property::Property(State bit) : is_string(false), str(std::string("") + char(bit)), intval(bit == S1) {} - std::string Property::to_string() const { if (is_string) { -- cgit v1.2.3