diff options
author | Nomis101 <[email protected]> | 2019-11-01 21:34:54 +0100 |
---|---|---|
committer | Scott <[email protected]> | 2019-11-04 22:41:20 +0000 |
commit | 20fe4b6ebd371b96af85090b3a23c7a14b405bdf (patch) | |
tree | 57dbfd4f586427c77d71948b7520f5c9215d2543 /libhb/taskset.c | |
parent | da9aa8ba4214c711efaaac54c0d4fec2103cb9a8 (diff) |
Gardening: Clean up trailing whitespace
Remove trailing whitespace in "*.c", "*.m", "*.h" and "*.cpp" files.
Diffstat (limited to 'libhb/taskset.c')
-rw-r--r-- | libhb/taskset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/taskset.c b/libhb/taskset.c index 936ef4de5..2e1f415b9 100644 --- a/libhb/taskset.c +++ b/libhb/taskset.c @@ -78,7 +78,7 @@ taskset_init( taskset_t *ts, int thread_count, size_t arg_size ) memset(ts->task_begin_bitmap, 0xFF, sizeof( uint32_t ) * ts->bitmap_elements ); memset(ts->task_complete_bitmap, 0xFF, sizeof( uint32_t ) * ts->bitmap_elements ); memset(ts->task_stop_bitmap, 0, sizeof( uint32_t ) * ts->bitmap_elements ); - + /* * Important to start off with the threads locked waiting * on input, no work completed, and not asked to stop. |