Cleanup: add trailing commas to structs
Needed for clang formatting to workaround bug/limit, see: T53211
This commit is contained in:
@@ -127,7 +127,7 @@ struct ApplicationState app_state = {
|
||||
},
|
||||
.exit_code_on_error = {
|
||||
.python = 0,
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
|
Reference in New Issue
Block a user