From 14063829ed9ce10d3e2d057e333cf39caefd879f 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_outliner/outliner_intern.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_outliner') diff --git a/source/blender/editors/space_outliner/outliner_intern.hh b/source/blender/editors/space_outliner/outliner_intern.hh index 7970841b4fd..f3bcb7b0f1e 100644 --- a/source/blender/editors/space_outliner/outliner_intern.hh +++ b/source/blender/editors/space_outliner/outliner_intern.hh @@ -536,6 +536,7 @@ void OUTLINER_OT_delete(struct wmOperatorType *ot); /* ---------------------------------------------------------------- */ /* outliner_ops.c */ + void outliner_operatortypes(void); void outliner_keymap(struct wmKeyConfig *keyconf); -- cgit v1.2.3