1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:38:11 +00:00

LibELF: Add missing newlines at end of files

This commit is contained in:
Andreas Kling 2021-01-03 17:26:03 +01:00
parent 7e0226dd02
commit 5cbcb35d34
2 changed files with 3 additions and 2 deletions

View file

@ -263,4 +263,5 @@ void ELF::DynamicLinker::linker_main(String&& main_program_name, int main_progra
ASSERT_NOT_REACHED();
}
}
}