diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-23 08:36:16 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-23 08:36:16 +0100 |
| commit | 0d197225d9c90123df67a752479f890de5ebe413 (patch) | |
| tree | f3c3363681cf69c1c468e2403d8cafa6b8eebf03 /include/DebuggerKit | |
| parent | 999dc83cac37efc109da4d562a8a75d1f6fc7c86 (diff) | |
feat: add newline to files.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/DebuggerKit')
| -rw-r--r-- | include/DebuggerKit/Common.inl | 1 | ||||
| -rw-r--r-- | include/DebuggerKit/DebuggerContract.h | 1 | ||||
| -rw-r--r-- | include/DebuggerKit/Detail/Config.h | 2 | ||||
| -rw-r--r-- | include/DebuggerKit/NeKernelContract.h | 1 | ||||
| -rw-r--r-- | include/DebuggerKit/POSIXMachContract.h | 1 |
5 files changed, 5 insertions, 1 deletions
diff --git a/include/DebuggerKit/Common.inl b/include/DebuggerKit/Common.inl index 9265e97..d88e578 100644 --- a/include/DebuggerKit/Common.inl +++ b/include/DebuggerKit/Common.inl @@ -21,3 +21,4 @@ inline DebuggerKit::POSIX::POSIXMachContract kUserDebugger; static DebuggerKit::ProcessID kPID = 0L; static DebuggerKit::CAddress kActiveAddress = nullptr; static CompilerKit::STLString kPath = ""; + diff --git a/include/DebuggerKit/DebuggerContract.h b/include/DebuggerKit/DebuggerContract.h index 1e4f7b1..4f02b90 100644 --- a/include/DebuggerKit/DebuggerContract.h +++ b/include/DebuggerKit/DebuggerContract.h @@ -43,3 +43,4 @@ class IDebuggerContract { BreakpointMap mBreakpoints; }; } // namespace DebuggerKit + diff --git a/include/DebuggerKit/Detail/Config.h b/include/DebuggerKit/Detail/Config.h index b8b0cde..4437e8a 100644 --- a/include/DebuggerKit/Detail/Config.h +++ b/include/DebuggerKit/Detail/Config.h @@ -63,4 +63,4 @@ namespace Detail { constexpr auto kDebugEnd = '\r'; using dk_socket_type = int64_t; } // namespace Detail -} // namespace DebuggerKit
\ No newline at end of file +} // namespace DebuggerKit diff --git a/include/DebuggerKit/NeKernelContract.h b/include/DebuggerKit/NeKernelContract.h index 505cae9..4d703e2 100644 --- a/include/DebuggerKit/NeKernelContract.h +++ b/include/DebuggerKit/NeKernelContract.h @@ -48,3 +48,4 @@ class NeKernelContract final DK_DEBUGGER_CONTRACT { #endif // ifdef DK_NEKERNEL_DEBUGGER #endif // DK_NEKERNEL_CONTRACT_H + diff --git a/include/DebuggerKit/POSIXMachContract.h b/include/DebuggerKit/POSIXMachContract.h index a8cba12..438eae0 100644 --- a/include/DebuggerKit/POSIXMachContract.h +++ b/include/DebuggerKit/POSIXMachContract.h @@ -153,3 +153,4 @@ class POSIXMachContract final DK_DEBUGGER_CONTRACT { } // namespace DebuggerKit::POSIX #endif + |
