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. 2
      dist/windows/UAC.nsh
  4. 1
      src/base/http/irequesthandler.h
  5. 1
      src/gui/qtnotify/notifications.cpp
  6. 1
      src/gui/qtnotify/notifications.xml
  7. 2
      src/icons/build-icons/Gruntfile.js
  8. 2
      src/icons/build-icons/readme.md
  9. 2
      src/icons/flags/icons-set-readme.txt
  10. 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/

2
dist/windows/UAC.nsh vendored

@ -296,4 +296,4 @@ pop ${${_UAC_AUGOGR_ID}} @@ -296,4 +296,4 @@ pop ${${_UAC_AUGOGR_ID}}
!verbose pop
!endif /* UAC_HDR__INC */
!endif /* UAC_HDR__INC */

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>

2
src/icons/build-icons/Gruntfile.js

@ -19,4 +19,4 @@ module.exports = function(grunt) { @@ -19,4 +19,4 @@ module.exports = function(grunt) {
grunt.registerTask('default', ['svg2png']);
}
}

2
src/icons/build-icons/readme.md

@ -11,4 +11,4 @@ npm install @@ -11,4 +11,4 @@ npm install
Convert icons by running:
```
grunt
```
```

2
src/icons/flags/icons-set-readme.txt

@ -20,4 +20,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE @@ -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.
SOFTWARE.

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