code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too.
This commit is contained in:
@@ -29,4 +29,4 @@
|
||||
|
||||
PyObject *BPY_app_struct(void);
|
||||
|
||||
#endif // __BPY_APP_H__
|
||||
#endif /* __BPY_APP_H__ */
|
||||
|
||||
@@ -29,4 +29,4 @@
|
||||
|
||||
PyObject *BPY_app_ffmpeg_struct(void);
|
||||
|
||||
#endif // __BPY_APP_FFMPEG_H__
|
||||
#endif /* __BPY_APP_FFMPEG_H__ */
|
||||
|
||||
@@ -29,4 +29,4 @@
|
||||
|
||||
PyObject *BPY_app_handlers_struct(void);
|
||||
|
||||
#endif // __BPY_APP_HANDLERS_H__
|
||||
#endif /* __BPY_APP_HANDLERS_H__ */
|
||||
|
||||
@@ -36,4 +36,4 @@ extern PyObject *bpy_pydriver_Dict;
|
||||
float BPY_driver_exec(struct ChannelDriver *driver, const float evaltime);
|
||||
void BPY_driver_reset(void);
|
||||
|
||||
#endif // __BPY_DRIVER_H__
|
||||
#endif /* __BPY_DRIVER_H__ */
|
||||
|
||||
@@ -28,4 +28,4 @@
|
||||
|
||||
void python_script_error_jump(const char *filepath, int *lineno, int *offset);
|
||||
|
||||
#endif // __BPY_TRACEBACK_H__
|
||||
#endif /* __BPY_TRACEBACK_H__ */
|
||||
|
||||
Reference in New Issue
Block a user