Skip to content

Commit 06bf133

Browse files
fix code formatting
Created using spr 1.3.7
1 parent 7ad2bcc commit 06bf133

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,8 +535,7 @@ bool UnwindAssemblyInstEmulation::WriteRegister(
535535
} else if (context.GetInfoType() ==
536536
EmulateInstruction::eInfoTypeISAAndImmediateSigned &&
537537
context.info.ISAAndImmediateSigned.signed_data32 > 0) {
538-
m_branch_offset =
539-
context.info.ISAAndImmediateSigned.signed_data32;
538+
m_branch_offset = context.info.ISAAndImmediateSigned.signed_data32;
540539
} else if (context.GetInfoType() ==
541540
EmulateInstruction::eInfoTypeImmediate &&
542541
context.info.unsigned_immediate > 0) {

0 commit comments

Comments
 (0)