From 80f1ffd8dc9f64cdbb3dcbd070a688ffd4699840 Mon Sep 17 00:00:00 2001 From: fearlessTobi Date: Fri, 24 Aug 2018 15:45:19 +0200 Subject: [PATCH] Remove newline --- src/core/gdbstub/gdbstub.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/gdbstub/gdbstub.cpp b/src/core/gdbstub/gdbstub.cpp index 58b84c434..ce2351d7e 100644 --- a/src/core/gdbstub/gdbstub.cpp +++ b/src/core/gdbstub/gdbstub.cpp @@ -156,7 +156,6 @@ struct Breakpoint { std::map breakpoints_execute; std::map breakpoints_read; std::map breakpoints_write; - } // Anonymous namespace static Kernel::Thread* FindThreadById(int id) {