Skip to content

Commit

Permalink
test(macros): add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
es3n1n committed Oct 25, 2024
1 parent 4391173 commit 9af7a43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/macros.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ struct Unaligned2 {
std::uint8_t a;
std::uint16_t b;
std::uint16_t c;
} COMMON_PACKED_END;
};
COMMON_PACKED_END;

struct Aligned3 {
std::uint8_t a;
Expand Down

0 comments on commit 9af7a43

Please sign in to comment.