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_graph/graph_intern.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/space_graph') diff --git a/source/blender/editors/space_graph/graph_intern.h b/source/blender/editors/space_graph/graph_intern.h index 2eb64e5b115..e6b4b9827d2 100644 --- a/source/blender/editors/space_graph/graph_intern.h +++ b/source/blender/editors/space_graph/graph_intern.h @@ -18,6 +18,7 @@ struct bContext; /* ***************************************** */ /* graph_draw.c */ + /** * Left hand part. */ @@ -223,5 +224,6 @@ bool graphop_selected_fcurve_poll(struct bContext *C); /* ***************************************** */ /* graph_ops.c */ + void graphedit_keymap(struct wmKeyConfig *keyconf); void graphedit_operatortypes(void); -- cgit v1.2.3