Skip to content

Commit 9b066a6

Browse files
committed
formatting
1 parent 6246600 commit 9b066a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,8 @@ NativeRegisterContextLinux_arm::WriteHardwareDebugRegs(DREGType hwbType) {
329329
? m_hwp_regs
330330
: m_hbp_regs;
331331
return arm64::WriteHardwareDebugRegs(hwbType, m_thread.GetID(), max_supported,
332-
regs).ToError();
332+
regs)
333+
.ToError();
333334
#endif // ifdef __arm__
334335
}
335336

0 commit comments

Comments
 (0)