mirror of
https://github.com/c0re100/qBittorrent-Enhanced-Edition.git
synced 2025-01-08 11:57:51 +08:00
Fix extra/missing trailing new lines in files
This commit is contained in:
parent
ef1c7eec74
commit
4bdf9eda41
1
.github/ISSUE_TEMPLATE.md
vendored
1
.github/ISSUE_TEMPLATE.md
vendored
@ -17,4 +17,3 @@
|
|||||||
|
|
||||||
### Extra info(if any)
|
### Extra info(if any)
|
||||||
(type here)
|
(type here)
|
||||||
|
|
||||||
|
1
TODO
1
TODO
@ -1,2 +1 @@
|
|||||||
See https://blueprints.launchpad.net/qbittorrent/
|
See https://blueprints.launchpad.net/qbittorrent/
|
||||||
|
|
||||||
|
@ -44,4 +44,3 @@ namespace Http
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif // HTTP_IREQUESTHANDLER_H
|
#endif // HTTP_IREQUESTHANDLER_H
|
||||||
|
|
||||||
|
@ -23,4 +23,3 @@ OrgFreedesktopNotificationsInterface::OrgFreedesktopNotificationsInterface(const
|
|||||||
OrgFreedesktopNotificationsInterface::~OrgFreedesktopNotificationsInterface()
|
OrgFreedesktopNotificationsInterface::~OrgFreedesktopNotificationsInterface()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -28,4 +28,3 @@
|
|||||||
</method>
|
</method>
|
||||||
</interface>
|
</interface>
|
||||||
</node>
|
</node>
|
||||||
|
|
||||||
|
@ -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()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user