+2020-03-15 Iain Sandoe <iain@sandoe.co.uk>
+
+ * coroutines.cc (co_await_expander): Fix indentation.
+
2020-03-14 Jason Merrill <jason@redhat.com>
PR c++/92068
dtor = NULL_TREE;
else
{
- /* Initialize the var from the provided 'o' expression. */
- r = build2 (INIT_EXPR, await_type, var, expr);
- r = coro_build_cvt_void_expr_stmt (r, loc);
- append_to_statement_list (r, &stmt_list);
+ /* Initialize the var from the provided 'o' expression. */
+ r = build2 (INIT_EXPR, await_type, var, expr);
+ r = coro_build_cvt_void_expr_stmt (r, loc);
+ append_to_statement_list (r, &stmt_list);
}
/* Use the await_ready() call to test if we need to suspend. */