removed extra whitespace

This commit is contained in:
mtressler
2020-08-03 16:30:09 +01:00
committed by ikelos
parent 0452f69f82
commit 2e6dc851d3
-1
View File
@@ -133,7 +133,6 @@ class LinuxIntelStacker(interfaces.automagic.StackerLayerInterface):
@classmethod
def virtual_to_physical_address(cls, addr: int) -> int:
"""Converts a virtual linux address to a physical one (does not account
of ASLR)"""
if addr > 0xffffffff80000000: