Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e5758f7 authored by Tobin C. Harding's avatar Tobin C. Harding
Browse files

leaking_addresses: use tabs instead of spaces



Current code uses spaces instead of tabs in places.

Use tabs instead of spaces.

Signed-off-by: default avatarTobin C. Harding <me@tobin.cc>
parent bebc6082
Loading
Loading
Loading
Loading
+27 −27
Original line number Diff line number Diff line
@@ -177,8 +177,8 @@ sub is_false_positive
		return 1;
	}

        # vsyscall memory region, we should probably check against a range here.
        if ($match =~ '\bf{10}600000\b' or

	if ($match =~ '\bf{10}600000\b' or# vsyscall memory region, we should probably check against a range here.
	    $match =~ '\bf{10}601000\b') {
		return 1;
	}