summaryrefslogtreecommitdiff
path: root/src/filters.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/filters.cc')
-rw-r--r--src/filters.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/filters.cc b/src/filters.cc
index c7c49907..7c27a710 100644
--- a/src/filters.cc
+++ b/src/filters.cc
@@ -884,8 +884,7 @@ void forecast_posts::flush()
item_handler<post_t>::operator()(temp);
- if (temp.has_xdata() &&
- temp.xdata().has_flags(POST_EXT_MATCHES)) {
+ if (temp.has_xdata() && temp.xdata().has_flags(POST_EXT_MATCHES)) {
bind_scope_t bound_scope(context, temp);
if (! pred(bound_scope))
break;