1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:48:14 +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

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