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/WorkItemsGroupBase.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'ThirdParty/SmartThreadPool/WorkItemsGroupBase.cs') diff --git a/ThirdParty/SmartThreadPool/WorkItemsGroupBase.cs b/ThirdParty/SmartThreadPool/WorkItemsGroupBase.cs index 27fae5e..3a5dcc6 100644 --- a/ThirdParty/SmartThreadPool/WorkItemsGroupBase.cs +++ b/ThirdParty/SmartThreadPool/WorkItemsGroupBase.cs @@ -132,7 +132,7 @@ namespace Amib.Threading.Internal /// /// A callback to execute /// - /// The context object of the work item. Used for passing arguments to the work item. + /// The context object of the work item. Used for passing arguments to the work item. /// /// Returns a work item result public IWorkItemResult QueueWorkItem(WorkItemCallback callback, object state) @@ -147,7 +147,7 @@ namespace Amib.Threading.Internal /// /// A callback to execute /// - /// The context object of the work item. Used for passing arguments to the work item. + /// The context object of the work item. Used for passing arguments to the work item. /// /// The work item priority /// Returns a work item result @@ -165,7 +165,7 @@ namespace Amib.Threading.Internal /// Work item information /// A callback to execute /// - /// The context object of the work item. Used for passing arguments to the work item. + /// The context object of the work item. Used for passing arguments to the work item. /// /// Returns a work item result public IWorkItemResult QueueWorkItem(WorkItemInfo workItemInfo, WorkItemCallback callback, object state) @@ -181,7 +181,7 @@ namespace Amib.Threading.Internal /// /// A callback to execute /// - /// The context object of the work item. Used for passing arguments to the work item. + /// The context object of the work item. Used for passing arguments to the work item. /// /// /// A delegate to call after the callback completion @@ -203,7 +203,7 @@ namespace Amib.Threading.Internal /// /// A callback to execute /// - /// The context object of the work item. Used for passing arguments to the work item. + /// The context object of the work item. Used for passing arguments to the work item. /// /// /// A delegate to call after the callback completion @@ -227,7 +227,7 @@ namespace Amib.Threading.Internal /// /// A callback to execute /// - /// The context object of the work item. Used for passing arguments to the work item. + /// The context object of the work item. Used for passing arguments to the work item. /// /// /// A delegate to call after the callback completion @@ -251,7 +251,7 @@ namespace Amib.Threading.Internal /// /// A callback to execute /// - /// The context object of the work item. Used for passing arguments to the work item. + /// The context object of the work item. Used for passing arguments to the work item. /// /// /// A delegate to call after the callback completion -- cgit v1.1