diff --git a/style_guide.md b/style_guide.md index 12bf495..9c142b0 100644 --- a/style_guide.md +++ b/style_guide.md @@ -110,7 +110,7 @@ typedef struct { str_t s = { .a = 1, .b = 2, // Comma here -} +}; // No trailing commas - only for small and simple structures static const str_t y = {.a = 1, .b = 2};