indent with tabs

This commit is contained in:
2023-01-02 13:05:43 +01:00
parent 8f95b1a750
commit 222b79b40a
100 changed files with 4783 additions and 4781 deletions

View File

@@ -21,19 +21,19 @@ extern "C"
int main(int argc, const char* args[]) {
#if !defined(NDEBUG)
// setup signal handling
backward::SignalHandling sh;
// setup signal handling
backward::SignalHandling sh;
#endif
// remove the outdated binary
td::utils::Updater::RemoveOldFile();
// remove the outdated binary
td::utils::Updater::RemoveOldFile();
Display::Create();
while (!Display::IsCloseRequested()) {
Display::PollEvents();
Display::Render();
Display::Update();
}
Display::Destroy();
return 0;
Display::Create();
while (!Display::IsCloseRequested()) {
Display::PollEvents();
Display::Render();
Display::Update();
}
Display::Destroy();
return 0;
}