Strip trailing whitespace.

This commit is contained in:
Mark de Wever 2010-07-31 08:27:40 +00:00
parent a717cd92e6
commit ab19dece74

View file

@ -850,7 +850,7 @@ size_t ana_network_manager::send_all( const config& cfg, bool /*zipped*/ )
ana_send_handler handler( necessary_calls );
(*it)->server()->send_all( ana::buffer( output_string ), &handler); //, ana::ZERO_COPY);
handler.wait_completion(); // the handler will release the mutex after
handler.wait_completion(); // the handler will release the mutex after
// necessary_calls calls
}
else