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/python/intern/bpy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/python/intern/bpy.h') diff --git a/source/blender/python/intern/bpy.h b/source/blender/python/intern/bpy.h index bbf699c1f48..313385b7f5d 100644 --- a/source/blender/python/intern/bpy.h +++ b/source/blender/python/intern/bpy.h @@ -18,6 +18,7 @@ void BPy_init_modules(struct bContext *C); extern PyObject *bpy_package_py; /* bpy_interface_atexit.c */ + void BPY_atexit_register(void); void BPY_atexit_unregister(void); -- cgit v1.2.3