diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-07-17 02:48:16 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2007-07-17 02:48:16 +0200 |
| commit | 77baf26a7f2f64ddf1274035fd4991ab17345904 (patch) | |
| tree | 1b7719e8dd6785bbedca505c53ce3cfcf398fff0 /render/color.c | |
| parent | e5a797f10d61e33f5d02c2d276f615ea3a00793f (diff) | |
remove trailing whitespace
Diffstat (limited to 'render/color.c')
| -rw-r--r-- | render/color.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/render/color.c b/render/color.c index a247673f..41fcc710 100644 --- a/render/color.c +++ b/render/color.c @@ -140,7 +140,7 @@ void RrReduceDepth(const RrInstance *inst, RrPixel32 *data, XImage *im) } data += im->width; p32 += im->width; - } + } } else im->data = (gchar*) data; break; case 16: @@ -192,11 +192,11 @@ void RrReduceDepth(const RrInstance *inst, RrPixel32 *data, XImage *im) break; default: g_error("Your bit depth is currently unhandled\n"); - + } } -XColor *RrPickColor(const RrInstance *inst, gint r, gint g, gint b) +XColor *RrPickColor(const RrInstance *inst, gint r, gint g, gint b) { r = (r & 0xff) >> (8-RrPseudoBPC(inst)); g = (g & 0xff) >> (8-RrPseudoBPC(inst)); |
