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/ammunition/ammunition.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'all_pairs/source/ammunition/ammunition.c') diff --git a/all_pairs/source/ammunition/ammunition.c b/all_pairs/source/ammunition/ammunition.c index 90e89d6..4ae488b 100644 --- a/all_pairs/source/ammunition/ammunition.c +++ b/all_pairs/source/ammunition/ammunition.c @@ -1173,11 +1173,11 @@ void _Pragma( "entrypoint" ) ammunition_main( void ) int main( int argc, char **argv ) { - SET_UP - for_each_job { - ammunition_init(); - ammunition_main(); - } - WRITE_TO_FILE + SET_UP + for_each_job { + ammunition_init(); + ammunition_main(); + } + WRITE_TO_FILE return ( ammunition_return() ); } -- cgit v1.2.2