Fix recently introduced bad line endings.

This commit is contained in:
Paul Chote
2018-06-30 16:40:43 +01:00
parent b892336285
commit 8ec3df7550
3 changed files with 62 additions and 62 deletions

View File

@@ -6,15 +6,15 @@
* as published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version. For more
* information, see COPYING.
*/
*/
#endregion
using System;
using System.Drawing;
using System.IO;
using System.Runtime.InteropServices;
using SDL2;
using System;
using System.Drawing;
using System.IO;
using System.Runtime.InteropServices;
using SDL2;
namespace OpenRA.Platforms.Default
{
class Sdl2HardwareCursorException : Exception