Imported Upstream version 1.5.3
[platform/upstream/libjpeg-turbo.git] / jcstest.c
index 358ed25..11883b5 100644 (file)
--- a/jcstest.c
+++ b/jcstest.c
@@ -77,7 +77,7 @@ int main(void)
   jerr.pub.error_exit = my_error_exit;
   jerr.pub.output_message = my_output_message;
 
-  if(setjmp(jerr.jb)) {
+  if (setjmp(jerr.jb)) {
     /* this will execute if libjpeg has an error */
     jcs_valid = 0;
     goto done;
@@ -104,7 +104,7 @@ int main(void)
   printf("  Not present at compile time\n");
   #endif
 
-  if(setjmp(jerr.jb)) {
+  if (setjmp(jerr.jb)) {
     /* this will execute if libjpeg has an error */
     jcs_alpha_valid = 0;
     goto done2;