summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2013-10-28 19:41:37 (GMT)
committerJason Evans <je@fb.com>2013-10-28 19:41:37 (GMT)
commit239692b18edb5bc1b2557f1e215509072866d2bb (patch)
treebaa32b9284defd29ed7bb1d5c6505eb21cdb5a08 /src
parentcb17fc6a8f1ce29be18de7af6d03e66056751fb2 (diff)
downloadjemalloc-239692b18edb5bc1b2557f1e215509072866d2bb.zip
jemalloc-239692b18edb5bc1b2557f1e215509072866d2bb.tar.gz
jemalloc-239692b18edb5bc1b2557f1e215509072866d2bb.tar.bz2
Fix whitespace.
Diffstat (limited to 'src')
-rw-r--r--src/prof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prof.c b/src/prof.c
index d246a32..4071896 100644
--- a/src/prof.c
+++ b/src/prof.c
@@ -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))