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/windows | |
parent | 4130255faa0f1c88ef7ecbca7da57739a1eaeec1 (diff) |
convert CRLF to LF line endings
Diffstat (limited to 'tools/windows')
-rw-r--r-- | tools/windows/packaging/uwp/package.appxmanifest.in | 2 |
1 files changed, 1 insertions, 1 deletions
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" |