1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 05:17:35 +00:00

LibGfx+Ports: Add missing newlines at the end of file.

This commit is contained in:
Emanuele Torre 2021-01-03 14:47:42 +01:00 committed by Andreas Kling
parent f9f571aa7f
commit ec8577ac3c
11 changed files with 11 additions and 11 deletions

View file

@ -37,4 +37,4 @@ RefPtr<Font> Font::load_from_file(const StringView& path)
return {};
}
}
}