Core: Removed Whitespaces

This commit is contained in:
Aokromes
2016-08-10 09:29:13 +02:00
parent d9ec21ad5c
commit c9d63c3cb0

View File

@@ -1056,7 +1056,7 @@ private:
return;
}
// Find all source files of a changed script module and removes
// it from the changed source list, invoke the build afterwards.
bool rebuild_buildfiles;
@@ -1128,7 +1128,7 @@ private:
ASSERT(_build_job->IsValid(), "Invalid build job!");
// Retrieve the result
auto const error = _build_job->GetProcess()->GetFutureResult().get();
auto const error = _build_job->GetProcess()->GetFutureResult().get();
if (terminate_early)
{
@@ -1217,7 +1217,7 @@ private:
TC_LOG_INFO("scripts.hotswap", "Rerunning CMake because there were sources added or removed...");
_build_job->UpdateCurrentJob(BuildJobType::BUILD_JOB_RERUN_CMAKE,
_build_job->UpdateCurrentJob(BuildJobType::BUILD_JOB_RERUN_CMAKE,
InvokeAsyncCMakeCommand(EscapeWindowsPath(BuiltInConfig::GetBuildDirectory())));
}