Cleanup: ensure space after file named in headers

Add blank lines after file references to avoid them being interpreted as
doc-strings the following declarations.
This commit is contained in:
2022-04-04 13:17:03 +10:00
parent dc5b1d6c75
commit 0ef96cd392
72 changed files with 227 additions and 1 deletions

View File

@@ -10,9 +10,11 @@
/* internal exports only */
/* script_ops.c */
void script_operatortypes(void);
void script_keymap(struct wmKeyConfig *keyconf);
/* script_edit.c */
void SCRIPT_OT_reload(struct wmOperatorType *ot);
void SCRIPT_OT_python_file_run(struct wmOperatorType *ot);