Remove multiple trailing newlines at EOF.

This commit is contained in:
Björn Esser
2020-04-11 10:34:30 +02:00
parent fd0ae5aba6
commit 73a2ed115a
8 changed files with 0 additions and 8 deletions

View File

@@ -29,4 +29,3 @@ Other:
Variables should be defined for the smallest scope needed.
Functions should be defined static when possible.
When possible, avoid exposing internals in the public API.