Skip to content

Commit 17475fe

Browse files
committed
Run clang-format and fix issues
1 parent 38da313 commit 17475fe

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
using namespace lldb;
1919
using namespace lldb_private;
2020

21-
2221
lldb::thread_t NativeRegisterContextWindows::GetThreadHandle() const {
2322
auto wthread = static_cast<NativeThreadWindows *>(&m_thread);
2423
return wthread->GetHostThread().GetNativeThread().GetSystemHandle();

lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class NativeThreadWindows;
2020
class NativeRegisterContextWindows
2121
: public virtual NativeRegisterContextRegisterInfo {
2222
public:
23-
2423
static std::unique_ptr<NativeRegisterContextWindows>
2524
CreateHostNativeRegisterContextWindows(const ArchSpec &target_arch,
2625
NativeThreadProtocol &native_thread);

0 commit comments

Comments
 (0)