summaryrefslogtreecommitdiff
path: root/tests/jpeg
diff options
context:
space:
mode:
authorpierrejoye <none@none>2013-04-03 14:23:11 +0200
committerpierrejoye <none@none>2013-04-03 14:23:11 +0200
commite20413bf6b872a8c23f1704a89295c5897347c9d (patch)
treef34b5402f97cd826bb312e18677f3974d53bfd52 /tests/jpeg
parent385566e4ba57d803921a13306ead66f354cee0a2 (diff)
downloadlibgd-e20413bf6b872a8c23f1704a89295c5897347c9d.tar.gz
- apply same CS everywhere
Diffstat (limited to 'tests/jpeg')
-rw-r--r--tests/jpeg/jpeg_empty_file.c2
-rw-r--r--tests/jpeg/jpeg_im2im.c4
-rw-r--r--tests/jpeg/jpeg_read.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/tests/jpeg/jpeg_empty_file.c b/tests/jpeg/jpeg_empty_file.c
index 93ac7d5..1d74337 100644
--- a/tests/jpeg/jpeg_empty_file.c
+++ b/tests/jpeg/jpeg_empty_file.c
@@ -6,7 +6,7 @@
int main()
{
- gdImagePtr im;
+ gdImagePtr im;
FILE *fp;
char path[1024];
diff --git a/tests/jpeg/jpeg_im2im.c b/tests/jpeg/jpeg_im2im.c
index a3cb902..89a72be 100644
--- a/tests/jpeg/jpeg_im2im.c
+++ b/tests/jpeg/jpeg_im2im.c
@@ -62,9 +62,9 @@ int main()
}
#endif
gdImageDestroy(dst);
- door1:
+door1:
gdFree(p);
- door0:
+door0:
gdImageDestroy(src);
return status;
}
diff --git a/tests/jpeg/jpeg_read.c b/tests/jpeg/jpeg_read.c
index 786cf08..1069db3 100644
--- a/tests/jpeg/jpeg_read.c
+++ b/tests/jpeg/jpeg_read.c
@@ -7,7 +7,7 @@
int main()
{
int error;
- gdImagePtr im;
+ gdImagePtr im;
FILE *fp;
char path[1024];