mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
AK: Eradicate the uses of out().
This commit is contained in:
parent
61e73b1a7b
commit
88bca152c9
Notes:
sideshowbarker
2024-07-19 01:46:44 +09:00
Author: https://github.com/asynts
Commit: 88bca152c9
Pull-request: https://github.com/SerenityOS/serenity/pull/3828
7 changed files with 475 additions and 259 deletions
|
@ -85,7 +85,7 @@ int main(int argc, char** argv)
|
|||
}
|
||||
for (; !tar_stream.finished(); tar_stream.advance()) {
|
||||
if (list || verbose)
|
||||
out() << tar_stream.header().file_name();
|
||||
outln("{}", tar_stream.header().file_name());
|
||||
|
||||
if (extract) {
|
||||
Tar::TarFileStream file_stream = tar_stream.file_contents();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue