Fixed line endings which were changed to UNIX style during a recent merge.
This commit is contained in:
parent
cdd64ebc15
commit
5de6c703cf
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue