Skip to content

Commit 84df55f

Browse files
committed
---
yaml --- r: 5505 b: refs/heads/master c: 41082c6 h: refs/heads/master i: 5503: 530c233 v: v3
1 parent f98a8e9 commit 84df55f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: b995028c47deb40457657a42c6fff45e6717e3f4
2+
refs/heads/master: 41082c6b83a399b79f1c3efe21c94d80b9ae9a08

trunk/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)