From dd606a16e840880e7617b140f6083af8ea83b6b7 Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Tue, 20 Oct 2020 17:10:14 -0400 Subject: Whitespace fixes for TACLeBench and copyright update in extra.h Also move run_all_dis.sh up a directory in preperation for further changes. --- all_pairs/source/cjpeg_wrbmp/cjpeg_wrbmp.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'all_pairs/source/cjpeg_wrbmp') diff --git a/all_pairs/source/cjpeg_wrbmp/cjpeg_wrbmp.c b/all_pairs/source/cjpeg_wrbmp/cjpeg_wrbmp.c index 57daca4..a7aa477 100644 --- a/all_pairs/source/cjpeg_wrbmp/cjpeg_wrbmp.c +++ b/all_pairs/source/cjpeg_wrbmp/cjpeg_wrbmp.c @@ -210,13 +210,13 @@ int cjpeg_wrbmp_return() int main(int argc, char **argv) { - SET_UP - for_each_job { - cjpeg_wrbmp_init(); - cjpeg_wrbmp_main(); - } - WRITE_TO_FILE - return ( cjpeg_wrbmp_return() ); + SET_UP + for_each_job { + cjpeg_wrbmp_init(); + cjpeg_wrbmp_main(); + } + WRITE_TO_FILE + return ( cjpeg_wrbmp_return() ); } #endif /* BMP_SUPPORTED */ -- cgit v1.2.2