Skip to content

Commit 145b822

Browse files
author
Eric Holk
committed
---
yaml --- r: 4460 b: refs/heads/master c: 50670eb h: refs/heads/master v: v3
1 parent 816c683 commit 145b822

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: f9fd785cf50e31b043f44a7bd0fc24f31e67ec7b
2+
refs/heads/master: 50670eb4267b165441b8cb36739a636887cc683c

trunk/src/rt/rust_shape.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ data<T,U>::walk_tag(bool align, uint16_t tag_id, const uint8_t *info_ptr,
786786
if (variant_count > 1) {
787787
if (align) dp.align(ALIGNOF(uint32_t));
788788
process_tag_variant_ids(
789-
U::data<uint32_t> tag_variant =
789+
U::data<uint32_t> tag_variant =
790790
}
791791

792792
#endif

0 commit comments

Comments
 (0)