make the return-checker happy about pretty::pp::base_indent

This commit is contained in:
Tim Chevalier 2011-05-16 16:05:21 -07:00
parent 387a8888ee
commit 41b7af9652

View file

@ -163,6 +163,7 @@ fn base_indent(ps p) -> uint {
auto cx = p.context.(i);
if (cx.tp == cx_v) {ret cx.indent;}
}
ret 0u;
}
fn cx_is(contexttype a, contexttype b) -> bool {