Removed trailing whitespaces.

This commit is contained in:
Ion Gaztañaga
2014-05-28 15:48:09 +02:00
parent de405e89a3
commit 81a5fcf56d
28 changed files with 96 additions and 96 deletions

View File

@@ -281,7 +281,7 @@ static boost::interprocess::message_queue *global_queue = 0;
static const int MULTI_NUM_MSG_PER_SENDER = 10000;
//Message queue message capacity
static const int MULTI_QUEUE_SIZE = (MULTI_NUM_MSG_PER_SENDER - 1)/MULTI_NUM_MSG_PER_SENDER + 1;
//We'll launch MULTI_THREAD_COUNT senders and MULTI_THREAD_COUNT receivers
//We'll launch MULTI_THREAD_COUNT senders and MULTI_THREAD_COUNT receivers
static const int MULTI_THREAD_COUNT = 10;
static void multisend()