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.
This commit is contained in:
2022-04-04 13:17:03 +10:00
parent dc5b1d6c75
commit 0ef96cd392
72 changed files with 227 additions and 1 deletions

View File

@@ -9,5 +9,6 @@
#pragma once
/* bpy_interface.c */
extern struct CLG_LogRef *BPY_LOG_RNA;
extern struct CLG_LogRef *BPY_LOG_CONTEXT;