File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: b995028c47deb40457657a42c6fff45e6717e3f4
2
+ refs/heads/master: 41082c6b83a399b79f1c3efe21c94d80b9ae9a08
Original file line number Diff line number Diff line change @@ -1059,9 +1059,9 @@ class log : public data<log,ptr> {
1059
1059
}
1060
1060
1061
1061
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 ();
1065
1065
}
1066
1066
1067
1067
void walk_fn () {
@@ -1089,9 +1089,9 @@ class log : public data<log,ptr> {
1089
1089
}
1090
1090
1091
1091
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 ();
1095
1095
}
1096
1096
1097
1097
void walk_struct (const uint8_t *end_sp);
You can’t perform that action at this time.
0 commit comments