Skip to content

Commit

Permalink
Merge pull request Pithikos#31 from xiaokai-wang/master
Browse files Browse the repository at this point in the history
Code style: remove spaces
  • Loading branch information
Pithikos committed Jan 27, 2016
2 parents a56bffe + e5e9aee commit fbbba9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thpool.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ struct thpool_* thpool_init(int num_threads){
threads_on_hold = 0;
threads_keepalive = 1;

if ( num_threads < 0){
if (num_threads < 0){
num_threads = 0;
}

Expand Down

0 comments on commit fbbba9c

Please sign in to comment.