correct include guards and add checks in check_style_c.py for them.
This commit is contained in:
@@ -27,10 +27,13 @@
|
||||
|
||||
/** \file blender/python/intern/gpu.h
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* Initializes the gpu Python module.
|
||||
*/
|
||||
|
||||
#ifndef __GPU_H__
|
||||
#define __GPU_H__
|
||||
|
||||
PyObject *GPU_initPython(void);
|
||||
|
||||
#endif /* __GPU_H__ */
|
||||
|
Reference in New Issue
Block a user