From f92c4c0a40fbadb032a0bf52ef0041d45a012232 Mon Sep 17 00:00:00 2001 From: FranciscoPombal Date: Wed, 5 Aug 2020 17:00:40 +0100 Subject: [PATCH] Fix extra/missing trailing new lines in files --- .github/ISSUE_TEMPLATE.md | 1 - TODO | 1 - dist/windows/UAC.nsh | 2 +- src/base/http/irequesthandler.h | 1 - src/gui/qtnotify/notifications.cpp | 1 - src/gui/qtnotify/notifications.xml | 1 - src/icons/build-icons/Gruntfile.js | 2 +- src/icons/build-icons/readme.md | 2 +- src/icons/flags/icons-set-readme.txt | 2 +- src/update_qrc_files.py | 1 - 10 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index afffeedb0..a13ec97db 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -17,4 +17,3 @@ ### Extra info(if any) (type here) - diff --git a/TODO b/TODO index c79698771..d3aac7ecd 100644 --- a/TODO +++ b/TODO @@ -1,2 +1 @@ See https://blueprints.launchpad.net/qbittorrent/ - diff --git a/dist/windows/UAC.nsh b/dist/windows/UAC.nsh index 14998633b..6134f296a 100644 --- a/dist/windows/UAC.nsh +++ b/dist/windows/UAC.nsh @@ -296,4 +296,4 @@ pop ${${_UAC_AUGOGR_ID}} !verbose pop -!endif /* UAC_HDR__INC */ \ No newline at end of file +!endif /* UAC_HDR__INC */ diff --git a/src/base/http/irequesthandler.h b/src/base/http/irequesthandler.h index 99e6cf574..e1829cd01 100644 --- a/src/base/http/irequesthandler.h +++ b/src/base/http/irequesthandler.h @@ -44,4 +44,3 @@ namespace Http } #endif // HTTP_IREQUESTHANDLER_H - diff --git a/src/gui/qtnotify/notifications.cpp b/src/gui/qtnotify/notifications.cpp index 57722dd91..59b4d9d8b 100644 --- a/src/gui/qtnotify/notifications.cpp +++ b/src/gui/qtnotify/notifications.cpp @@ -23,4 +23,3 @@ OrgFreedesktopNotificationsInterface::OrgFreedesktopNotificationsInterface(const OrgFreedesktopNotificationsInterface::~OrgFreedesktopNotificationsInterface() { } - diff --git a/src/gui/qtnotify/notifications.xml b/src/gui/qtnotify/notifications.xml index 7c1d2e7ad..41f733009 100644 --- a/src/gui/qtnotify/notifications.xml +++ b/src/gui/qtnotify/notifications.xml @@ -28,4 +28,3 @@ - diff --git a/src/icons/build-icons/Gruntfile.js b/src/icons/build-icons/Gruntfile.js index eee75ae1a..ce79ddb7c 100644 --- a/src/icons/build-icons/Gruntfile.js +++ b/src/icons/build-icons/Gruntfile.js @@ -19,4 +19,4 @@ module.exports = function(grunt) { grunt.registerTask('default', ['svg2png']); -} \ No newline at end of file +} diff --git a/src/icons/build-icons/readme.md b/src/icons/build-icons/readme.md index 97c3fd44f..700414a41 100644 --- a/src/icons/build-icons/readme.md +++ b/src/icons/build-icons/readme.md @@ -11,4 +11,4 @@ npm install Convert icons by running: ``` grunt -``` \ No newline at end of file +``` diff --git a/src/icons/flags/icons-set-readme.txt b/src/icons/flags/icons-set-readme.txt index 34a33a1c7..77dbc6c08 100644 --- a/src/icons/flags/icons-set-readme.txt +++ b/src/icons/flags/icons-set-readme.txt @@ -20,4 +20,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/src/update_qrc_files.py b/src/update_qrc_files.py index 43a980e5d..1767bc962 100755 --- a/src/update_qrc_files.py +++ b/src/update_qrc_files.py @@ -88,4 +88,3 @@ output += ''' icons_file = open('icons.qrc', 'w') icons_file.write(output) icons_file.close() -