The comment aligner was skipping over newly broken comment lines. This patch fixes that.
source:
int ab; // line int a; // long long
format with column limit 15 before:
int ab; // line int a; // long // long
format with column limit 15 after:
int ab; // line int a; // long // long