Skip to content

Commit 110860f

Browse files
committed
fix whitespace nit
1 parent 8daf124 commit 110860f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,6 @@ kern_return_t DNBArchMachARM64::GetSMEState(bool force) {
529529
if (kret != KERN_SUCCESS)
530530
return kret;
531531

532-
533532
size_t za_size = m_state.context.sme.svl_b * m_state.context.sme.svl_b;
534533
const size_t max_chunk_size = 4096;
535534
int n_chunks;

0 commit comments

Comments
 (0)