From 52c6889332278d7ca361cfaa94736e3472605fb9 Mon Sep 17 00:00:00 2001 From: q66 Date: Wed, 17 Aug 2016 19:52:18 +0100 Subject: [PATCH] format --- lib_list.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib_list.cc b/lib_list.cc index 623308b..299507f 100644 --- a/lib_list.cc +++ b/lib_list.cc @@ -139,8 +139,9 @@ static inline void cs_list_merge(TvalRange args, TaggedValue &res, F cmp) { } for (util::ListParser p(list); p.parse();) { if (cmp(cs_list_includes(elems, p.item), 0)) { - if (!buf.empty()) + if (!buf.empty()) { buf.push(' '); + } buf.push_n(p.quote.data(), p.quote.size()); } }