Remove trailing whitespace

This commit is contained in:
j883376
2013-05-06 13:07:41 -04:00
parent 7a93966158
commit ffcff4aea1
548 changed files with 16397 additions and 16398 deletions
@@ -1,7 +1,7 @@
//
// Copyright (C) 2001-2010 EQEMu Development Team (http://eqemulator.net). Distributed under GPL version 2.
//
//
//
using System;
using System.IO;
using System.Collections.Generic;
@@ -45,7 +45,7 @@ namespace EQExtractor2.Patches
OutputStream.WriteLine("Item: {0} at Slot: {1}", Name, Slot);
}
public void ExploreCastSpell(StreamWriter OutputStream, ByteStream Buffer, PacketDirection Direction)
{
@@ -138,6 +138,6 @@ namespace EQExtractor2.Patches
OutputStream.WriteLine("\r\nBuffer position at end is {0}", Buffer.GetPosition());
OutputStream.WriteLine("");
}
}
}