From b16abc8166c29585cb76cc55c3bdd76e5833cb4f Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Thu, 5 Jan 2017 19:07:37 +0000 Subject: Massive tab and trailing space cleanup --- ThirdParty/SmartThreadPool/SmartThreadPool.ThreadEntry.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ThirdParty/SmartThreadPool/SmartThreadPool.ThreadEntry.cs') diff --git a/ThirdParty/SmartThreadPool/SmartThreadPool.ThreadEntry.cs b/ThirdParty/SmartThreadPool/SmartThreadPool.ThreadEntry.cs index d9502bb..4713332 100644 --- a/ThirdParty/SmartThreadPool/SmartThreadPool.ThreadEntry.cs +++ b/ThirdParty/SmartThreadPool/SmartThreadPool.ThreadEntry.cs @@ -26,15 +26,15 @@ namespace Amib.Threading /// /// A reference from each thread in the thread pool to its SmartThreadPool /// object container. - /// With this variable a thread can know whatever it belongs to a + /// With this variable a thread can know whatever it belongs to a /// SmartThreadPool. /// private readonly SmartThreadPool _associatedSmartThreadPool; /// - /// A reference to the current work item a thread from the thread pool + /// A reference to the current work item a thread from the thread pool /// is executing. - /// + /// public WorkItem CurrentWorkItem { get; set; } public ThreadEntry(SmartThreadPool stp) -- cgit v1.1