Fix whitespace.

This commit is contained in:
Jason Evans 2013-10-28 12:41:37 -07:00
parent cb17fc6a8f
commit 239692b18e

View File

@ -895,7 +895,7 @@ prof_dump(bool propagate_err, const char *filename, bool leakcheck)
goto label_error;
}
/* Dump per ctx profile stats. */
/* Dump per ctx profile stats. */
for (tabind = 0; ckh_iter(&bt2ctx, &tabind, &bt.v, &ctx.v)
== false;) {
if (prof_dump_ctx(propagate_err, ctx.p, bt.p))