mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Pass u32 to LayoutNode::dump_indent.
This commit is contained in:
parent
7a2ab2784d
commit
40c710ab19
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ impl<'ln> LayoutNode<'ln> {
|
|||
self.dump_indent(0);
|
||||
}
|
||||
|
||||
fn dump_indent(self, indent: uint) {
|
||||
fn dump_indent(self, indent: u32) {
|
||||
let mut s = String::new();
|
||||
for _ in range(0, indent) {
|
||||
s.push_str(" ");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue