*: remove redundant lines at the start/end of block (#3730)

This commit is contained in:
Oleksandr Redko
2024-05-21 00:16:22 +03:00
committed by GitHub
parent 468727c34d
commit 8347f97c00
24 changed files with 6 additions and 34 deletions

View File

@ -429,7 +429,6 @@ func sigtrampContextFromExceptionPointers(mem MemoryReader, addr uint64) (uint64
return 0, err
}
return ((*exceptionpointers)(unsafe.Pointer(&buf[0]))).context, nil
}
func sigtrampContextWindowsAMD64(mem MemoryReader, addr uint64) (*op.DwarfRegisters, error) {