From e20413bf6b872a8c23f1704a89295c5897347c9d Mon Sep 17 00:00:00 2001 From: pierrejoye Date: Wed, 3 Apr 2013 14:23:11 +0200 Subject: - apply same CS everywhere --- tests/jpeg/jpeg_empty_file.c | 2 +- tests/jpeg/jpeg_im2im.c | 4 ++-- tests/jpeg/jpeg_read.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/jpeg') 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]; -- cgit v1.2.1