White spaces.
git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@230 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
parent
20905cb7a7
commit
c85537df11
@ -1547,8 +1547,10 @@ void ThreadPoolPrintStats(ThreadPoolStats * stats)
|
||||
* Returns:
|
||||
* Always returns 0.
|
||||
*****************************************************************************/
|
||||
int TPAttrSetMaxJobsTotal( ThreadPoolAttr * attr,
|
||||
int maxJobsTotal ) {
|
||||
int TPAttrSetMaxJobsTotal(
|
||||
ThreadPoolAttr * attr,
|
||||
int maxJobsTotal )
|
||||
{
|
||||
assert( attr != NULL );
|
||||
|
||||
if( attr == NULL ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user