mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 12:34:19 +00: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/
|
||||||
|
|
||||||
|
2
dist/windows/UAC.nsh
vendored
2
dist/windows/UAC.nsh
vendored
@ -296,4 +296,4 @@ pop ${${_UAC_AUGOGR_ID}}
|
|||||||
|
|
||||||
|
|
||||||
!verbose pop
|
!verbose pop
|
||||||
!endif /* UAC_HDR__INC */
|
!endif /* UAC_HDR__INC */
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -19,4 +19,4 @@ module.exports = function(grunt) {
|
|||||||
|
|
||||||
grunt.registerTask('default', ['svg2png']);
|
grunt.registerTask('default', ['svg2png']);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -11,4 +11,4 @@ npm install
|
|||||||
Convert icons by running:
|
Convert icons by running:
|
||||||
```
|
```
|
||||||
grunt
|
grunt
|
||||||
```
|
```
|
||||||
|
@ -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
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
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
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
@ -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…
x
Reference in New Issue
Block a user