Cleanup: add trailing commas to structs
Needed for clang formatting to workaround bug/limit, see: T53211
This commit is contained in:
@@ -75,7 +75,7 @@ typedef struct {
|
||||
static MatrixState state = {
|
||||
.model_view_stack = {{MATRIX_4X4_IDENTITY}, 0},
|
||||
.projection_stack = {{MATRIX_4X4_IDENTITY}, 0},
|
||||
.dirty = true
|
||||
.dirty = true,
|
||||
};
|
||||
|
||||
#undef MATRIX_4X4_IDENTITY
|
||||
|
||||
Reference in New Issue
Block a user