From 0ef96cd3922dbc16271f2dbaca0c7752db92a40d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 4 Apr 2022 13:17:03 +1000 Subject: 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. --- source/blender/editors/space_script/script_intern.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/space_script') diff --git a/source/blender/editors/space_script/script_intern.h b/source/blender/editors/space_script/script_intern.h index ef508de8f02..12697f071c3 100644 --- a/source/blender/editors/space_script/script_intern.h +++ b/source/blender/editors/space_script/script_intern.h @@ -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); -- cgit v1.2.3