mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:37:46 +00:00
LibELF: Add missing newlines at end of files
This commit is contained in:
parent
7e0226dd02
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