Fix cpplint issues

Rconc-create0.cpp:20:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Res-always5.cpp:15:  Missing space after ,  [whitespace/comma] [3]
Rp-lib0.cpp:15:  Missing space after ,  [whitespace/comma] [3]
Rs-using-directive0.cpp:25:  Extra space after ( in function call  [whitespace/parens] [4]
Rs-using-directive0.cpp:25:  Extra space before )  [whitespace/parens] [2]
This commit is contained in:
Jacob Langley 2017-02-13 13:14:42 -08:00 committed by Thibault Kruse
parent 48b40df328
commit a2dba2e78b

View File

@ -12494,8 +12494,7 @@ Thread creation is expensive.
// process
}
void
(istream& is)
void master(istream& is)
{
for (Message m; is >> m; )
run_list.push_back(new thread(worker, m));