summaryrefslogtreecommitdiffhomepage
path: root/src/DebuggerKit
diff options
context:
space:
mode:
Diffstat (limited to 'src/DebuggerKit')
-rw-r--r--src/DebuggerKit/src/NeSystem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DebuggerKit/src/NeSystem.cpp b/src/DebuggerKit/src/NeSystem.cpp
index 381d2db..287a50a 100644
--- a/src/DebuggerKit/src/NeSystem.cpp
+++ b/src/DebuggerKit/src/NeSystem.cpp
@@ -18,8 +18,8 @@ using namespace DebuggerKit::NeKernel;
NeSystemDebugger::NeSystemDebugger() = default;
NeSystemDebugger::~NeSystemDebugger() = default;
-bool NeSystemDebugger::Attach(const CompilerKit::STLString& path, const CompilerKit::STLString& argv,
- ProcessID& pid) noexcept {
+bool NeSystemDebugger::Attach(const CompilerKit::STLString& path,
+ const CompilerKit::STLString& argv, ProcessID& pid) noexcept {
if (path.empty() || argv.empty()) return NO;
m_socket = ::socket(AF_INET, SOCK_STREAM, 0);