coroutines: Fix whitespace and comment markers.
authorIain Sandoe <iain@sandoe.co.uk>
Sun, 26 Jan 2020 20:49:04 +0000 (20:49 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Sun, 26 Jan 2020 20:50:58 +0000 (20:50 +0000)
commit8022264265dd39887a1723eeda8ae445afad1fde
tree5db289fc0fd43cee93d7cdb56a5bcf3159270f93
parent9664b52aeb3db9ae35bba1766d677790c8a461ef
coroutines: Fix whitespace and comment markers.

This amends the cases where inline comments in function calls were
followed by a space.  It also fixes some uses of C++ style and wrongly
wrapped comment end markers.

gcc/cp/ChangeLog:

2020-01-26  Iain Sandoe  <iain@sandoe.co.uk>

* coroutines.cc: Amend whitespace after inline comments
throughout.  Ensure use of C-style comment markers.
gcc/cp/coroutines.cc