Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Mar 19, 2018
1 parent b5bbc02 commit d6a2555
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hpx/runtime/threads/policies/thread_queue.hpp
Expand Up @@ -319,9 +319,9 @@ namespace hpx { namespace threads { namespace policies
"Couldn't add new thread to the thread map");
return 0;
}

++thread_map_count_;

// Decrement only after thread_map_count_ has been incremented
--addfrom->new_tasks_count_;

Expand Down Expand Up @@ -821,7 +821,7 @@ namespace hpx { namespace threads { namespace policies
#endif

bool finish = count == ++new_tasks_count_;

// Decrement only after the local new_tasks_count_ has
// been incremented
--src->new_tasks_count_;
Expand Down

0 comments on commit d6a2555

Please sign in to comment.