mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:37:46 +00:00
LibDebug: Convert LibDebug to east-const style
This commit is contained in:
parent
03ef2a479a
commit
3a4017b419
17 changed files with 68 additions and 68 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
namespace Debug::Dwarf::Expression {
|
||||
|
||||
Value evaluate(ReadonlyBytes bytes, const PtraceRegisters& regs)
|
||||
Value evaluate(ReadonlyBytes bytes, PtraceRegisters const& regs)
|
||||
{
|
||||
InputMemoryStream stream(bytes);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue