Fix extra/missing trailing new lines in files

This commit is contained in:
FranciscoPombal 2020-08-05 17:00:40 +01:00 committed by sledgehammer999
parent 1e7f792dbb
commit f92c4c0a40
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2
10 changed files with 4 additions and 10 deletions

View file

@ -17,4 +17,3 @@
### Extra info(if any) ### Extra info(if any)
(type here) (type here)

1
TODO
View file

@ -1,2 +1 @@
See https://blueprints.launchpad.net/qbittorrent/ See https://blueprints.launchpad.net/qbittorrent/

View file

@ -44,4 +44,3 @@ namespace Http
} }
#endif // HTTP_IREQUESTHANDLER_H #endif // HTTP_IREQUESTHANDLER_H

View file

@ -23,4 +23,3 @@ OrgFreedesktopNotificationsInterface::OrgFreedesktopNotificationsInterface(const
OrgFreedesktopNotificationsInterface::~OrgFreedesktopNotificationsInterface() OrgFreedesktopNotificationsInterface::~OrgFreedesktopNotificationsInterface()
{ {
} }

View file

@ -28,4 +28,3 @@
</method> </method>
</interface> </interface>
</node> </node>

View file

@ -88,4 +88,3 @@ output += '''</qresource>
icons_file = open('icons.qrc', 'w') icons_file = open('icons.qrc', 'w')
icons_file.write(output) icons_file.write(output)
icons_file.close() icons_file.close()