diff options
author | Rechi <Rechi@users.noreply.github.com> | 2018-01-24 12:00:00 +0100 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2018-01-24 12:00:00 +0100 |
commit | 6c4ba80b694141d83968d66a15607c4e7d367de5 (patch) | |
tree | 4963f4affc9d24912f5daf6b2b8b4bafbc749e52 /tools | |
parent | 4130255faa0f1c88ef7ecbca7da57739a1eaeec1 (diff) |
convert CRLF to LF line endings
Diffstat (limited to 'tools')
-rw-r--r-- | tools/EventClients/examples/c#/XBMCDemoClient1.cs | 2 | ||||
-rw-r--r-- | tools/EventClients/lib/c#/EventClient.cs | 2 | ||||
-rw-r--r-- | tools/buildsteps/windows/win32-uwp/make-addons.bat | 12 | ||||
-rw-r--r-- | tools/windows/packaging/uwp/package.appxmanifest.in | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/tools/EventClients/examples/c#/XBMCDemoClient1.cs b/tools/EventClients/examples/c#/XBMCDemoClient1.cs index ca1f80c35c..c837ab1a83 100644 --- a/tools/EventClients/examples/c#/XBMCDemoClient1.cs +++ b/tools/EventClients/examples/c#/XBMCDemoClient1.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Windows.Forms; using XBMC; diff --git a/tools/EventClients/lib/c#/EventClient.cs b/tools/EventClients/lib/c#/EventClient.cs index c9657dffac..fe2615b117 100644 --- a/tools/EventClients/lib/c#/EventClient.cs +++ b/tools/EventClients/lib/c#/EventClient.cs @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2008-2013 Team XBMC * * This program is free software; you can redistribute it and/or modify diff --git a/tools/buildsteps/windows/win32-uwp/make-addons.bat b/tools/buildsteps/windows/win32-uwp/make-addons.bat index 89bc08fe9e..08ad473f25 100644 --- a/tools/buildsteps/windows/win32-uwp/make-addons.bat +++ b/tools/buildsteps/windows/win32-uwp/make-addons.bat @@ -1,6 +1,6 @@ -@ECHO OFF
-
-PUSHD %~dp0\..
-CALL vswhere.bat x86 store
-CALL make-addons.bat win10 %*
-POPD
+@ECHO OFF + +PUSHD %~dp0\.. +CALL vswhere.bat x86 store +CALL make-addons.bat win10 %* +POPD diff --git a/tools/windows/packaging/uwp/package.appxmanifest.in b/tools/windows/packaging/uwp/package.appxmanifest.in index 1b4a619151..70961b1480 100644 --- a/tools/windows/packaging/uwp/package.appxmanifest.in +++ b/tools/windows/packaging/uwp/package.appxmanifest.in @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" |