summaryrefslogtreecommitdiff
path: root/xcursorgen.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-28 20:36:04 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-28 20:36:04 -0700
commit4acc916ea1aa2a651f600f135ebd743add4e486b (patch)
tree08323f858db7c90df8cd5bdf71dc960ab037a3cb /xcursorgen.c
parent512e7a8e82c42add636fbf13d13df854290a35f7 (diff)
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xcursorgen.c')
-rw-r--r--xcursorgen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xcursorgen.c b/xcursorgen.c
index daae18b..85c4495 100644
--- a/xcursorgen.c
+++ b/xcursorgen.c
@@ -135,7 +135,7 @@ read_config_file (char *config, struct flist **list)
}
else
{
- start = curr;
+ start = curr;
end = curr;
}
@@ -276,7 +276,7 @@ load_image (struct flist *list, char *prefix)
png_destroy_read_struct (&png, &info, NULL);
return NULL;
}
-
+
for (i = 0; i < height; i++)
rows[i] = (png_bytep) (image->pixels + i * width);