Skip to content

Commit 50670eb

Browse files
author
Eric Holk
committed
Removing trailing whitespace in rust_shape.cpp
1 parent f9fd785 commit 50670eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)