[format] Require EOF newline

This commit is contained in:
Margen67
2025-07-18 11:26:28 -07:00
parent 45ca1c352d
commit 3eef564ff8
72 changed files with 74 additions and 73 deletions

View File

@@ -48,4 +48,4 @@ bool PosixX64CodeCache::Initialize() { return X64CodeCache::Initialize(); }
} // namespace x64
} // namespace backend
} // namespace cpu
} // namespace xe
} // namespace xe

View File

@@ -611,4 +611,4 @@ EMITTER_OPCODE_TABLE(OPCODE_BRANCH_FALSE, BRANCH_FALSE_I8, BRANCH_FALSE_I16,
} // namespace x64
} // namespace backend
} // namespace cpu
} // namespace xe
} // namespace xe

View File

@@ -122,4 +122,4 @@ void Breakpoint::ForEachHostAddress(
}
} // namespace cpu
} // namespace xe
} // namespace xe

View File

@@ -133,4 +133,4 @@ class Breakpoint {
} // namespace cpu
} // namespace xe
#endif // XENIA_CPU_BREAKPOINT_H_
#endif // XENIA_CPU_BREAKPOINT_H_

View File

@@ -21,4 +21,4 @@ std::unique_ptr<StackWalker> StackWalker::Create(
}
} // namespace cpu
} // namespace xe
} // namespace xe

View File

@@ -26,4 +26,4 @@ uint32_t Thread::GetCurrentThreadId() {
}
} // namespace cpu
} // namespace xe
} // namespace xe