summaryrefslogtreecommitdiff
path: root/tests/gd
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2018-06-21 22:47:42 -0400
committerMike Frysinger <vapier@gentoo.org>2018-06-21 22:47:42 -0400
commitfd06f7f83c5e78bf5b7f5397746b4e5ee4366250 (patch)
tree7b49e7e14c1b3a3d71cec56edf591f7a4600ee3d /tests/gd
parentaac77143ddeb561216d9fe63546d17a1d2156bae (diff)
downloadlibgd-fd06f7f83c5e78bf5b7f5397746b4e5ee4366250.tar.gz
clean up trailing whitespace/newlines
This is preparation for adding some linting checks for new commits from people. Shouldn't be any functional changes here (tests still pass!).
Diffstat (limited to 'tests/gd')
-rw-r--r--tests/gd/bug00383.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gd/bug00383.c b/tests/gd/bug00383.c
index a63ba55..edcfd05 100644
--- a/tests/gd/bug00383.c
+++ b/tests/gd/bug00383.c
@@ -1,10 +1,10 @@
/**
* Test that invalid transparent colors can't be read
- *
+ *
* We're reading a corrupt palette image in GD format, which has only a single
* palette entry, but claims that the transparent color would be 1. We check
* that the transparency is simply ignored in this case.
- *
+ *
* See also <https://github.com/libgd/libgd/issues/383>
*/