We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b995028 commit 41082c6Copy full SHA for 41082c6
src/rt/rust_shape.h
@@ -1059,9 +1059,9 @@ class log : public data<log,ptr> {
1059
}
1060
1061
void walk_uniq() {
1062
- out << prefix << "~";
1063
- prefix = "";
1064
- data<log,ptr>::walk_uniq_contents();
+ out << prefix << "~";
+ prefix = "";
+ data<log,ptr>::walk_uniq_contents();
1065
1066
1067
void walk_fn() {
@@ -1089,9 +1089,9 @@ class log : public data<log,ptr> {
1089
1090
1091
void walk_uniq_contents(log &sub) {
1092
- out << prefix;
1093
- sub.align = true;
1094
- sub.walk();
+ out << prefix;
+ sub.align = true;
+ sub.walk();
1095
1096
1097
void walk_struct(const uint8_t *end_sp);
0 commit comments