Skip to content

Commit

Permalink
code style: remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokai-wang committed Jan 27, 2016
1 parent a56bffe commit e5e9aee
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 e5e9aee

Please sign in to comment.