Fix accidental clang-formatting

This commit is contained in:
Christian Semmler
2023-11-28 09:05:47 -05:00
parent 0bf6b28aa6
commit f3c45fbd6f
7 changed files with 38 additions and 40 deletions

View File

@@ -6,17 +6,17 @@
// FUNCTION: TEST 0x1234
void function01()
{
// TODO
// TODO
}
// FUNCTION: TEST 0x2345
void function02()
{
// TODO
// TODO
}
// FUNCTION: TEST 0x3456
void function03()
{
// TODO
// TODO
}