diff options
author | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-20 17:10:14 -0400 |
---|---|---|
committer | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-20 17:11:58 -0400 |
commit | dd606a16e840880e7617b140f6083af8ea83b6b7 (patch) | |
tree | 36dfd4cca4dc8bbd68b79e92c35387eae1624b4b /baseline/source/h264_dec/h264_dec.c | |
parent | e9560dbece41136ffedd786723717efaa2a3a9fd (diff) |
Whitespace fixes for TACLeBench and copyright update in extra.h
Also move run_all_dis.sh up a directory in preperation for
further changes.
Diffstat (limited to 'baseline/source/h264_dec/h264_dec.c')
-rw-r--r-- | baseline/source/h264_dec/h264_dec.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/baseline/source/h264_dec/h264_dec.c b/baseline/source/h264_dec/h264_dec.c index 4b1d939..1abd883 100644 --- a/baseline/source/h264_dec/h264_dec.c +++ b/baseline/source/h264_dec/h264_dec.c | |||
@@ -597,12 +597,12 @@ void _Pragma( "entrypoint" ) h264_dec_main( void ) | |||
597 | 597 | ||
598 | int main( int argc, char** argv ) | 598 | int main( int argc, char** argv ) |
599 | { | 599 | { |
600 | SET_UP | 600 | SET_UP |
601 | for_each_job { | 601 | for_each_job { |
602 | h264_dec_init(); | 602 | h264_dec_init(); |
603 | h264_dec_main(); | 603 | h264_dec_main(); |
604 | } | 604 | } |
605 | WRITE_TO_FILE | 605 | WRITE_TO_FILE |
606 | 606 | ||
607 | return ( h264_dec_return() ); | 607 | return ( h264_dec_return() ); |
608 | } | 608 | } |