mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 09:14:20 +00:00
rt: Whitespace police
This commit is contained in:
parent
b995028c47
commit
41082c6b83
@ -1059,9 +1059,9 @@ private:
|
||||
}
|
||||
|
||||
void walk_uniq() {
|
||||
out << prefix << "~";
|
||||
prefix = "";
|
||||
data<log,ptr>::walk_uniq_contents();
|
||||
out << prefix << "~";
|
||||
prefix = "";
|
||||
data<log,ptr>::walk_uniq_contents();
|
||||
}
|
||||
|
||||
void walk_fn() {
|
||||
@ -1089,9 +1089,9 @@ private:
|
||||
}
|
||||
|
||||
void walk_uniq_contents(log &sub) {
|
||||
out << prefix;
|
||||
sub.align = true;
|
||||
sub.walk();
|
||||
out << prefix;
|
||||
sub.align = true;
|
||||
sub.walk();
|
||||
}
|
||||
|
||||
void walk_struct(const uint8_t *end_sp);
|
||||
|
Loading…
Reference in New Issue
Block a user