mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 04:35:00 +00:00
Whitespace
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#if SIMPLSHARP
|
||||
using Crestron.SimplSharp.CrestronIO;
|
||||
using GC = Crestron.SimplSharp.CrestronEnvironment.GC;
|
||||
|
||||
#else
|
||||
using System.IO;
|
||||
using GC = System.GC;
|
||||
@@ -46,9 +47,7 @@ namespace ICD.Common.Utils.IO
|
||||
return;
|
||||
|
||||
if (disposing)
|
||||
{
|
||||
m_TextWriter.Dispose();
|
||||
}
|
||||
m_Disposed = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user