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/uvedit/uvedit_intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/uvedit') diff --git a/source/blender/editors/uvedit/uvedit_intern.h b/source/blender/editors/uvedit/uvedit_intern.h index b73a02e8de6..181982f0b2c 100644 --- a/source/blender/editors/uvedit/uvedit_intern.h +++ b/source/blender/editors/uvedit/uvedit_intern.h @@ -150,6 +150,7 @@ void UV_OT_stitch(struct wmOperatorType *ot); void UV_OT_smart_project(struct wmOperatorType *ot); /* uvedit_path.c */ + void UV_OT_shortest_path_pick(struct wmOperatorType *ot); void UV_OT_shortest_path_select(struct wmOperatorType *ot); -- cgit v1.2.3