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/EventClients | |
parent | 4130255faa0f1c88ef7ecbca7da57739a1eaeec1 (diff) |
convert CRLF to LF line endings
Diffstat (limited to 'tools/EventClients')
-rw-r--r-- | tools/EventClients/examples/c#/XBMCDemoClient1.cs | 2 | ||||
-rw-r--r-- | tools/EventClients/lib/c#/EventClient.cs | 2 |
2 files changed, 2 insertions, 2 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 |