fix spacing

This commit is contained in:
Evan Tschannen 2021-03-17 13:19:45 -07:00
parent 524662e871
commit 3275cd7b94
1 changed files with 2 additions and 1 deletions

View File

@ -1102,7 +1102,8 @@ public:
ASSERT(false);
}
// if (!randLog/* && now() >= 32.0*/)
//randLog = fopen("randLog.txt", "wt");
// randLog = fopen("randLog.txt", "wt");
self->instantTasks.clear();
self->instantTasks.push_back(
std::move(self->tasks.top())); // Unfortunately still a copy under gcc where .top() returns const&