1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:07:46 +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(); ASSERT_NOT_REACHED();
} }
}
}

View file

@ -42,4 +42,4 @@ private:
~DynamicLinker() = delete; ~DynamicLinker() = delete;
}; };
} }