From 2e6dc851d33c44558681bb11a580d1d1f44882cd Mon Sep 17 00:00:00 2001 From: mtressler <59582863+mtressler@users.noreply.github.com> Date: Mon, 3 Aug 2020 10:41:48 -0400 Subject: [PATCH] removed extra whitespace --- volatility/framework/automagic/linux.py | 1 - 1 file changed, 1 deletion(-) diff --git a/volatility/framework/automagic/linux.py b/volatility/framework/automagic/linux.py index 4fcae4a78..266c279da 100644 --- a/volatility/framework/automagic/linux.py +++ b/volatility/framework/automagic/linux.py @@ -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: