Skip to content

Commit

Permalink
Strip trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
saitoha committed Apr 25, 2017
1 parent 07148e2 commit 40528d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tosixel.c
Expand Up @@ -1167,7 +1167,7 @@ dither_func_burkes(unsigned char *data, int width)

static void
dither_func_a_dither(unsigned char *data, int width, int x, int y)
{
{
(void) width;
int c;
for (c = 0; c < 3; c ++)
Expand All @@ -1183,7 +1183,7 @@ dither_func_a_dither(unsigned char *data, int width, int x, int y)

static void
dither_func_x_dither(unsigned char *data, int width, int x, int y)
{
{
(void) width;
int c;
for (c = 0; c < 3; c ++)
Expand Down

0 comments on commit 40528d6

Please sign in to comment.