cleanup: C99

- for loop scope
- tighter scope on local vars
- more bool
- more const
This commit is contained in:
2015-12-16 01:24:15 -05:00
parent ee59df521f
commit 901b0dea62
2 changed files with 109 additions and 189 deletions

View File

@@ -265,7 +265,7 @@ float ED_view3d_radius_to_dist(
const char persp, const bool use_aspect,
const float radius);
void drawcircball(int mode, const float cent[3], float rad, float tmat[4][4]);
void drawcircball(int mode, const float cent[3], float rad, const float tmat[4][4]);
/* backbuffer select and draw support */
void ED_view3d_backbuf_validate(struct ViewContext *vc);