Cleanup: wrapped function indentation

This commit is contained in:
2015-05-05 03:13:47 +10:00
parent cc81b58277
commit 7478eb9bd0
15 changed files with 344 additions and 244 deletions

View File

@@ -508,8 +508,9 @@ static void draw_scope_end(const rctf *rect, GLint *scissor)
UI_draw_roundbox_gl_mode(GL_LINE_LOOP, rect->xmin - 1, rect->ymin, rect->xmax + 1, rect->ymax + 1, 3.0f);
}
static void histogram_draw_one(float r, float g, float b, float alpha,
float x, float y, float w, float h, const float *data, int res, const bool is_line)
static void histogram_draw_one(
float r, float g, float b, float alpha,
float x, float y, float w, float h, const float *data, int res, const bool is_line)
{
int i;