Browse Source

Fix extra/missing trailing new lines in files

adaptive-webui-19844
FranciscoPombal 4 years ago
parent
commit
4bdf9eda41
  1. 1
      .github/ISSUE_TEMPLATE.md
  2. 1
      TODO
  3. 1
      src/base/http/irequesthandler.h
  4. 1
      src/gui/qtnotify/notifications.cpp
  5. 1
      src/gui/qtnotify/notifications.xml
  6. 1
      src/update_qrc_files.py

1
.github/ISSUE_TEMPLATE.md

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

1
TODO

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

1
src/base/http/irequesthandler.h

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

1
src/gui/qtnotify/notifications.cpp

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

1
src/gui/qtnotify/notifications.xml

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

1
src/update_qrc_files.py

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

Loading…
Cancel
Save