summaryrefslogtreecommitdiff
path: root/tests/gdimagefilledrectangle
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/gdimagefilledrectangle
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/gdimagefilledrectangle')
-rw-r--r--tests/gdimagefilledrectangle/bug00004.c1
-rw-r--r--tests/gdimagefilledrectangle/bug00078.c1
-rw-r--r--tests/gdimagefilledrectangle/bug00106_gdimagefilledrectangle.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/gdimagefilledrectangle/bug00004.c b/tests/gdimagefilledrectangle/bug00004.c
index 594e296..87e33dc 100644
--- a/tests/gdimagefilledrectangle/bug00004.c
+++ b/tests/gdimagefilledrectangle/bug00004.c
@@ -24,4 +24,3 @@ int main()
return 1;
}
}
-
diff --git a/tests/gdimagefilledrectangle/bug00078.c b/tests/gdimagefilledrectangle/bug00078.c
index adf244e..4cde698 100644
--- a/tests/gdimagefilledrectangle/bug00078.c
+++ b/tests/gdimagefilledrectangle/bug00078.c
@@ -36,4 +36,3 @@ int main()
gdImageDestroy(im);
return 0;
}
-
diff --git a/tests/gdimagefilledrectangle/bug00106_gdimagefilledrectangle.c b/tests/gdimagefilledrectangle/bug00106_gdimagefilledrectangle.c
index 24f5ceb..a6f5c06 100644
--- a/tests/gdimagefilledrectangle/bug00106_gdimagefilledrectangle.c
+++ b/tests/gdimagefilledrectangle/bug00106_gdimagefilledrectangle.c
@@ -24,4 +24,3 @@ int main()
return 1;
}
}
-