提交 7e5758f7 编写于 作者: T Tobin C. Harding

leaking_addresses: use tabs instead of spaces

Current code uses spaces instead of tabs in places.

Use tabs instead of spaces.
Signed-off-by: NTobin C. Harding <me@tobin.cc>
上级 bebc6082
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册