coroutines: Fix indentation (NFC).

Whitespace-only change.

gcc/cp/ChangeLog:

2020-03-15  Iain Sandoe  <iain@sandoe.co.uk>

	* coroutines.cc (co_await_expander): Fix indentation.
This commit is contained in:
Iain Sandoe 2020-03-15 14:22:18 +00:00
parent b408e010cc
commit ced66da313
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
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