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_text/text_intern.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/editors/space_text') diff --git a/source/blender/editors/space_text/text_intern.h b/source/blender/editors/space_text/text_intern.h index e9ea6f623ce..16ed1742f25 100644 --- a/source/blender/editors/space_text/text_intern.h +++ b/source/blender/editors/space_text/text_intern.h @@ -18,6 +18,7 @@ struct bContext; struct wmOperatorType; /* text_draw.c */ + void draw_text_main(struct SpaceText *st, struct ARegion *region); void text_update_line_edited(struct TextLine *line); @@ -94,6 +95,7 @@ int text_get_span_wrap(const struct SpaceText *st, int text_get_total_lines(struct SpaceText *st, struct ARegion *region); /* text_ops.c */ + enum { LINE_BEGIN, LINE_END, @@ -168,7 +170,9 @@ void TEXT_OT_resolve_conflict(struct wmOperatorType *ot); bool text_space_edit_poll(struct bContext *C); /* text_autocomplete.c */ + void TEXT_OT_autocomplete(struct wmOperatorType *ot); /* space_text.c */ + extern const char *text_context_dir[]; /* doc access */ -- cgit v1.2.3