Fixed line endings which were changed to UNIX style during a recent merge.

This commit is contained in:
Stephen Atherton 2017-06-15 16:57:35 -07:00
parent cdd64ebc15
commit 5de6c703cf
1 changed files with 2 additions and 2 deletions

View File

@ -817,7 +817,7 @@ int main(int argc, char* argv[]) {
//Enables profiling on this thread (but does not start it)
registerThreadForProfiling();
std::string commandLine;
for (int a = 0; a<argc; a++) {
if (a) commandLine += ' ';
@ -1439,7 +1439,7 @@ int main(int argc, char* argv[]) {
// Initialize the thread pool
CoroThreadPool::init();
// Ordinarily, this is done when the network is run. However, network thread should be set before TraceEvents are logged. This thread will eventually run the network, so call it now.
TraceEvent::setNetworkThread();
TraceEvent::setNetworkThread();
if (role == Simulation || role == CreateTemplateDatabase) {
//startOldSimulator();