minor formatting fix.

2008-01-12  Michael Natterer  <mitch@gimp.org>

	* app/base/color-balance.c: minor formatting fix.


svn path=/trunk/; revision=24605
This commit is contained in:
Michael Natterer
2008-01-12 10:46:19 +00:00
committed by Michael Natterer
parent e1202941d5
commit 8bf1e33034
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-01-12 Michael Natterer <mitch@gimp.org>
* app/base/color-balance.c: minor formatting fix.
2008-01-11 Michael Natterer <mitch@gimp.org>
* modules/gimpinputdevicestore.h

View File

@ -106,6 +106,7 @@ color_balance_create_lookup_tables (ColorBalance *cb)
(cb->magenta_green[GIMP_MIDTONES] > 0) ? midtones_add : midtones_sub;
magenta_green_transfer[GIMP_HIGHLIGHTS] =
(cb->magenta_green[GIMP_HIGHLIGHTS] > 0) ? highlights_add : highlights_sub;
yellow_blue_transfer[GIMP_SHADOWS] =
(cb->yellow_blue[GIMP_SHADOWS] > 0) ? shadows_add : shadows_sub;
yellow_blue_transfer[GIMP_MIDTONES] =
@ -188,7 +189,7 @@ color_balance (ColorBalance *cb,
d[RED_PIX] = r_n;
d[GREEN_PIX] = g_n;
d[BLUE_PIX] = b_n;
d[BLUE_PIX] = b_n;
if (alpha)
d[ALPHA_PIX] = s[ALPHA_PIX];