Cleanup: add trailing commas to structs

Needed for clang formatting to workaround bug/limit, see: T53211
This commit is contained in:
Campbell Barton
2019-01-07 00:06:58 +11:00
parent f10a88ae8d
commit e305560f13
42 changed files with 131 additions and 118 deletions

View File

@@ -127,7 +127,7 @@ struct ApplicationState app_state = {
},
.exit_code_on_error = {
.python = 0,
}
},
};
/* -------------------------------------------------------------------- */