fix return

This commit is contained in:
David Rose 2009-09-15 19:02:54 +00:00
parent 64ea682fac
commit 9a96ac6a23

View File

@ -61,6 +61,8 @@ hanging_indent(ostream &out, const string &text, int first_indent_level,
}
indent(out, indent_level)
<< text.substr(start) << "\n";
return out;
}
void