mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:47:34 +00:00
Kernel: Use StringView literals instead of empty Strings in ProcFS
This commit is contained in:
parent
0fc25273e4
commit
119f900451
1 changed files with 2 additions and 2 deletions
|
@ -480,8 +480,8 @@ private:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
process_object.add("pledge", String());
|
process_object.add("pledge", ""sv);
|
||||||
process_object.add("veil", String());
|
process_object.add("veil", ""sv);
|
||||||
}
|
}
|
||||||
|
|
||||||
process_object.add("pid", process.pid().value());
|
process_object.add("pid", process.pid().value());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue