diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-08 04:46:00 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-08 04:46:00 -0500 |
| commit | cfa04915a4c7d77996b49279b5891d1402f439a5 (patch) | |
| tree | 6418fa73d9f6b7d077edea83b18af586e07b11f9 /include/DebuggerKit | |
| parent | 2ddaf86857828500235e8b8a65c11bb2dd91b8be (diff) | |
refactor: Refactor `CodeGenerator.h` API.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/DebuggerKit')
| -rw-r--r-- | include/DebuggerKit/Detail/Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/DebuggerKit/Detail/Config.h b/include/DebuggerKit/Detail/Config.h index 0ea3ba1..f5593fd 100644 --- a/include/DebuggerKit/Detail/Config.h +++ b/include/DebuggerKit/Detail/Config.h @@ -61,6 +61,6 @@ namespace Detail { constexpr uint16_t kDebugVersion = 0x0100; constexpr auto kDebugDelim = ';'; constexpr auto kDebugEnd = '\r'; - using dk_socket_type = int64_t; + using dk_socket_type = int64_t; } // namespace Detail } // namespace DebuggerKit
\ No newline at end of file |
