Skip to content

Commit aad1342

Browse files
committed
Fix long line
1 parent 5e3d0e3 commit aad1342

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rt/rust_cc.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,8 @@ sweep(rust_task *task, const std::set<void *> &marked) {
417417

418418
void
419419
do_cc(rust_task *task) {
420-
DPRINT("cc; n allocs = %lu\n", (long unsigned int)task->local_allocs.size());
420+
DPRINT("cc; n allocs = %lu\n",
421+
(long unsigned int)task->local_allocs.size());
421422

422423
irc_map ircs;
423424
irc::compute_ircs(task, ircs);

0 commit comments

Comments
 (0)