Reformat code.

This commit is contained in:
2026-02-17 13:44:36 -08:00
parent 95a588b0df
commit 337b585ba0
114 changed files with 32253 additions and 16316 deletions

View File

@@ -23,7 +23,7 @@ write_file_bytes(const std::string &path, const std::string &bytes)
}
TEST (SwapCleanup_ResetJournalOnSave)
TEST(SwapCleanup_ResetJournalOnSave)
{
ktet::InstallDefaultCommandsOnce();
@@ -82,7 +82,7 @@ TEST (SwapCleanup_ResetJournalOnSave)
}
TEST (SwapCleanup_PruneSwapDir_ByAge)
TEST(SwapCleanup_PruneSwapDir_ByAge)
{
const fs::path xdg_root = fs::temp_directory_path() /
(std::string("kte_ut_xdg_state_swap_prune_") + std::to_string((int) ::getpid()));
@@ -128,4 +128,4 @@ TEST (SwapCleanup_PruneSwapDir_ByAge)
else
unsetenv("XDG_STATE_HOME");
fs::remove_all(xdg_root);
}
}