mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibELF: Add missing newlines at end of files
This commit is contained in:
parent
7e0226dd02
commit
5cbcb35d34
Notes:
sideshowbarker
2024-07-19 00:09:14 +09:00
Author: https://github.com/awesomekling
Commit: 5cbcb35d34
2 changed files with 3 additions and 2 deletions
|
@ -263,4 +263,5 @@ void ELF::DynamicLinker::linker_main(String&& main_program_name, int main_progra
|
|||
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -42,4 +42,4 @@ private:
|
|||
~DynamicLinker() = delete;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue