Skip to content

Commit

Permalink
[squash] Update processes/style-guide.md
Browse files Browse the repository at this point in the history
Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 authored Oct 17, 2023
1 parent f70a0d5 commit daa2631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processes/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ anything in the general guide.
* Do not use `typedef` to create a type alias for an `enum`; always
specify `enum` types as `word_t` (otherwise, the `enum` size is
determined by the compiler).
* All `struct`s must be packed, i.e. not contain any implicit padding
* All `struct` definitions must be packed, i.e. not contain any implicit padding
that is inserted by the compiler (otherwise memory content is
unspecified). Use explicit `padding` fields of the required type size to
remove implicit compiler padding.
Expand Down

0 comments on commit daa2631

Please sign in to comment.