Skip to content

Commit 41082c6

Browse files
committed
rt: Whitespace police
1 parent b995028 commit 41082c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/rt/rust_shape.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,9 +1059,9 @@ class log : public data<log,ptr> {
10591059
}
10601060

10611061
void walk_uniq() {
1062-
out << prefix << "~";
1063-
prefix = "";
1064-
data<log,ptr>::walk_uniq_contents();
1062+
out << prefix << "~";
1063+
prefix = "";
1064+
data<log,ptr>::walk_uniq_contents();
10651065
}
10661066

10671067
void walk_fn() {
@@ -1089,9 +1089,9 @@ class log : public data<log,ptr> {
10891089
}
10901090

10911091
void walk_uniq_contents(log &sub) {
1092-
out << prefix;
1093-
sub.align = true;
1094-
sub.walk();
1092+
out << prefix;
1093+
sub.align = true;
1094+
sub.walk();
10951095
}
10961096

10971097
void walk_struct(const uint8_t *end_sp);

0 commit comments

Comments
 (0)