Style cleanup

This commit is contained in:
Sergey Sharybin 2014-05-28 15:56:54 +06:00
parent 6bb459f6d7
commit 22cdfd6cac
2 changed files with 5 additions and 4 deletions

@ -1827,7 +1827,8 @@ void BKE_displist_make_curveTypes(Scene *scene, Object *ob, const bool for_orco)
}
void BKE_displist_make_curveTypes_forRender(Scene *scene, Object *ob, ListBase *dispbase,
DerivedMesh **r_dm_final, const bool for_orco, const bool use_render_resolution)
DerivedMesh **r_dm_final, const bool for_orco,
const bool use_render_resolution)
{
if (ob->curve_cache == NULL) {
ob->curve_cache = MEM_callocN(sizeof(CurveCache), "CurveCache for MBall");

@ -32,9 +32,9 @@
#if defined(_WIN32) && defined(DEBUG) && !defined(__MINGW32__) && !defined(__CYGWIN__)
/* This does not seem necessary or present on MSVC 8, but may be needed in earlier versions? */
#if _MSC_VER < 1400
#include <stdint.h>
#endif
# if _MSC_VER < 1400
# include <stdint.h>
# endif
#endif
#include <stdlib.h>