correct include guards and add checks in check_style_c.py for them.
This commit is contained in:
@@ -20,9 +20,13 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
#ifndef __BLF_PY_API_H__
|
||||
#define __BLF_PY_API_H__
|
||||
|
||||
/** \file blender/python/generic/blf_py_api.h
|
||||
* \ingroup pygen
|
||||
*/
|
||||
|
||||
|
||||
PyObject *BPyInit_blf(void);
|
||||
|
||||
#endif /* __BLF_PY_API_H__ */
|
||||
|
Reference in New Issue
Block a user