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

@@ -63,7 +63,7 @@ record_types_from_bytes(const std::string &bytes)
}
TEST (SwapReplay_RecordFlushReopenReplay_ExactBytesMatch)
TEST(SwapReplay_RecordFlushReopenReplay_ExactBytesMatch)
{
const std::string path = "./.kte_ut_swap_replay_1.txt";
std::remove(path.c_str());
@@ -103,7 +103,7 @@ TEST (SwapReplay_RecordFlushReopenReplay_ExactBytesMatch)
}
TEST (SwapReplay_TruncatedLog_FailsSafely)
TEST(SwapReplay_TruncatedLog_FailsSafely)
{
const std::string path = "./.kte_ut_swap_replay_2.txt";
std::remove(path.c_str());
@@ -140,7 +140,7 @@ TEST (SwapReplay_TruncatedLog_FailsSafely)
}
TEST (SwapReplay_Checkpoint_Midstream_ExactBytesMatch)
TEST(SwapReplay_Checkpoint_Midstream_ExactBytesMatch)
{
const std::string path = "./.kte_ut_swap_replay_chkpt_1.txt";
std::remove(path.c_str());
@@ -177,7 +177,7 @@ TEST (SwapReplay_Checkpoint_Midstream_ExactBytesMatch)
}
TEST (SwapCompaction_RewritesToSingleCheckpoint)
TEST(SwapCompaction_RewritesToSingleCheckpoint)
{
const std::string path = "./.kte_ut_swap_compact_1.txt";
std::remove(path.c_str());
@@ -224,4 +224,4 @@ TEST (SwapCompaction_RewritesToSingleCheckpoint)
std::remove(path.c_str());
std::remove(swap_path.c_str());
}
}