LibELF: Add missing newlines at end of files

This commit is contained in:
Andreas Kling 2021-01-03 17:26:03 +01:00
commit 5cbcb35d34
Notes: sideshowbarker 2024-07-19 00:09:14 +09:00
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();
}
}
}

View file

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