Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-08-13 01:46:35 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-13 01:46:35 +0400
commitcfb160c764b2bc65755b73ca42a60f7a5572e4f3 (patch)
treee2e3b77c1c25cede3568e8c97c1e08814fa248ad /source/blender/imbuf/intern/rectop.c
parent3c2b4107dee8efe3888bf7d03d64e2970db72676 (diff)
style cleanup
Diffstat (limited to 'source/blender/imbuf/intern/rectop.c')
-rw-r--r--source/blender/imbuf/intern/rectop.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/rectop.c b/source/blender/imbuf/intern/rectop.c
index da7618ef806..d9cbbd03923 100644
--- a/source/blender/imbuf/intern/rectop.c
+++ b/source/blender/imbuf/intern/rectop.c
@@ -481,7 +481,8 @@ void IMB_rectfill(struct ImBuf *drect, const float col[4])
}
-void buf_rectfill_area(unsigned char *rect, float *rectf, int width, int height, const float col[4], int x1, int y1, int x2, int y2)
+void buf_rectfill_area(unsigned char *rect, float *rectf, int width, int height, const float col[4],
+ int x1, int y1, int x2, int y2)
{
int i, j;
float a; /* alpha */