[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

@@ -55,4 +55,4 @@ void NullCommandProcessor::InitializeTrace() {}
} // namespace null
} // namespace gpu
} // namespace xe
} // namespace xe

View File

@@ -52,4 +52,4 @@ class NullCommandProcessor : public CommandProcessor {
} // namespace gpu
} // namespace xe
#endif // XENIA_GPU_NULL_NULL_COMMAND_PROCESSOR_H_
#endif // XENIA_GPU_NULL_NULL_COMMAND_PROCESSOR_H_

View File

@@ -39,4 +39,4 @@ std::unique_ptr<CommandProcessor> NullGraphicsSystem::CreateCommandProcessor() {
} // namespace null
} // namespace gpu
} // namespace xe
} // namespace xe

View File

@@ -40,4 +40,4 @@ class NullGraphicsSystem : public GraphicsSystem {
} // namespace gpu
} // namespace xe
#endif // XENIA_GPU_NULL_NULL_GRAPHICS_SYSTEM_H_
#endif // XENIA_GPU_NULL_NULL_GRAPHICS_SYSTEM_H_