Consider formatting the following code fragment with column limit 20:
{ // line 1 // line 2\ // long long long line }
Before this fix the output is:
{ // line 1 // line 2\ // long long long line }
This patch fixes a regression that breaks the last comment line without
adding the '//' prefix.