Skip to content

Commit 01ea880

Browse files
committed
Re-wrap long line
1 parent eafb700 commit 01ea880

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rt/rust_cc.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ irc::compute_ircs(rust_task *task, irc_map &ircs) {
177177
irc.walk();
178178

179179
#if 0
180-
shape::log log(task, true, tydesc->shape, params, tydesc->shape_tables,
181-
p, std::cerr);
180+
shape::log log(task, true, tydesc->shape, params,
181+
tydesc->shape_tables, p, std::cerr);
182182
log.walk();
183183
#endif
184184

0 commit comments

Comments
 (0)