diff options
author | Jason Evans <je@fb.com> | 2013-10-28 19:41:37 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2013-10-28 19:41:37 (GMT) |
commit | 239692b18edb5bc1b2557f1e215509072866d2bb (patch) | |
tree | baa32b9284defd29ed7bb1d5c6505eb21cdb5a08 /src | |
parent | cb17fc6a8f1ce29be18de7af6d03e66056751fb2 (diff) | |
download | jemalloc-239692b18edb5bc1b2557f1e215509072866d2bb.zip jemalloc-239692b18edb5bc1b2557f1e215509072866d2bb.tar.gz jemalloc-239692b18edb5bc1b2557f1e215509072866d2bb.tar.bz2 |
Fix whitespace.
Diffstat (limited to 'src')
-rw-r--r-- | src/prof.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |