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_action/action_intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_action') diff --git a/source/blender/editors/space_action/action_intern.h b/source/blender/editors/space_action/action_intern.h index 0bba829c1cc..c227651d1d7 100644 --- a/source/blender/editors/space_action/action_intern.h +++ b/source/blender/editors/space_action/action_intern.h @@ -130,5 +130,6 @@ enum eActKeys_Mirror_Mode { /* ***************************************** */ /* action_ops.c */ + void action_operatortypes(void); void action_keymap(struct wmKeyConfig *keyconf); -- cgit v1.2.3