From 3b981710b13faa860a72ec351563c43d59a52db7 Mon Sep 17 00:00:00 2001 From: Rasmus Christian Pedersen Date: Sat, 24 Jan 2015 01:06:24 +0100 Subject: [PATCH] remove superfluous space --- src/ClientGenerator/Serialization/SerializationGenerator.cs | 2 +- src/OrleansRuntime/ConsistentRing/ConsistentRingProvider.cs | 2 +- src/OrleansRuntime/Core/Dispatcher.cs | 2 +- src/OrleansRuntime/GrainDirectory/LocalGrainDirectory.cs | 2 +- src/OrleansRuntime/GrainDirectory/RemoteGrainDirectory.cs | 2 +- src/OrleansRuntime/GrainTypeManager/GrainTypeManager.cs | 2 +- .../MembershipService/AzureBasedMembershipTable.cs | 2 +- src/OrleansRuntime/MembershipService/MembershipOracle.cs | 2 +- src/OrleansRuntime/Silo/SiloProviderRuntime.cs | 2 +- src/Tester/ObserverTests.cs | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/ClientGenerator/Serialization/SerializationGenerator.cs b/src/ClientGenerator/Serialization/SerializationGenerator.cs index 5764bc15d05..1fa700355ec 100644 --- a/src/ClientGenerator/Serialization/SerializationGenerator.cs +++ b/src/ClientGenerator/Serialization/SerializationGenerator.cs @@ -21,7 +21,7 @@ The above copyright notice and this permission notice shall be included in all c TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - using System; +using System; using System.Collections.Generic; using System.CodeDom; using System.Linq; diff --git a/src/OrleansRuntime/ConsistentRing/ConsistentRingProvider.cs b/src/OrleansRuntime/ConsistentRing/ConsistentRingProvider.cs index 89da0a5ed63..26689f880ad 100644 --- a/src/OrleansRuntime/ConsistentRing/ConsistentRingProvider.cs +++ b/src/OrleansRuntime/ConsistentRing/ConsistentRingProvider.cs @@ -21,7 +21,7 @@ The above copyright notice and this permission notice shall be included in all c TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/OrleansRuntime/Core/Dispatcher.cs b/src/OrleansRuntime/Core/Dispatcher.cs index 1f80a9165fd..7cc0808daee 100644 --- a/src/OrleansRuntime/Core/Dispatcher.cs +++ b/src/OrleansRuntime/Core/Dispatcher.cs @@ -21,7 +21,7 @@ The above copyright notice and this permission notice shall be included in all c TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - using System; +using System; using System.Collections; using System.Collections.Generic; using System.Linq; diff --git a/src/OrleansRuntime/GrainDirectory/LocalGrainDirectory.cs b/src/OrleansRuntime/GrainDirectory/LocalGrainDirectory.cs index 4f1a5198489..951bcb2a237 100644 --- a/src/OrleansRuntime/GrainDirectory/LocalGrainDirectory.cs +++ b/src/OrleansRuntime/GrainDirectory/LocalGrainDirectory.cs @@ -21,7 +21,7 @@ The above copyright notice and this permission notice shall be included in all c TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/OrleansRuntime/GrainDirectory/RemoteGrainDirectory.cs b/src/OrleansRuntime/GrainDirectory/RemoteGrainDirectory.cs index 102a84a2b01..d8be39b9ccd 100644 --- a/src/OrleansRuntime/GrainDirectory/RemoteGrainDirectory.cs +++ b/src/OrleansRuntime/GrainDirectory/RemoteGrainDirectory.cs @@ -21,7 +21,7 @@ The above copyright notice and this permission notice shall be included in all c TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/src/OrleansRuntime/GrainTypeManager/GrainTypeManager.cs b/src/OrleansRuntime/GrainTypeManager/GrainTypeManager.cs index 0b111746077..a12f3c0823a 100644 --- a/src/OrleansRuntime/GrainTypeManager/GrainTypeManager.cs +++ b/src/OrleansRuntime/GrainTypeManager/GrainTypeManager.cs @@ -21,7 +21,7 @@ The above copyright notice and this permission notice shall be included in all c TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - using System; +using System; using System.Collections.Generic; using System.Linq; diff --git a/src/OrleansRuntime/MembershipService/AzureBasedMembershipTable.cs b/src/OrleansRuntime/MembershipService/AzureBasedMembershipTable.cs index 2f4b1624303..43efd7627f5 100644 --- a/src/OrleansRuntime/MembershipService/AzureBasedMembershipTable.cs +++ b/src/OrleansRuntime/MembershipService/AzureBasedMembershipTable.cs @@ -21,7 +21,7 @@ The above copyright notice and this permission notice shall be included in all c TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Net; diff --git a/src/OrleansRuntime/MembershipService/MembershipOracle.cs b/src/OrleansRuntime/MembershipService/MembershipOracle.cs index 31fdb0a03dc..c8c3fdeb713 100644 --- a/src/OrleansRuntime/MembershipService/MembershipOracle.cs +++ b/src/OrleansRuntime/MembershipService/MembershipOracle.cs @@ -21,7 +21,7 @@ The above copyright notice and this permission notice shall be included in all c TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - using System; +using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; diff --git a/src/OrleansRuntime/Silo/SiloProviderRuntime.cs b/src/OrleansRuntime/Silo/SiloProviderRuntime.cs index 4cd6e7d09b7..4c0a11ec800 100644 --- a/src/OrleansRuntime/Silo/SiloProviderRuntime.cs +++ b/src/OrleansRuntime/Silo/SiloProviderRuntime.cs @@ -21,7 +21,7 @@ The above copyright notice and this permission notice shall be included in all c TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - using System; +using System; using System.Linq; using System.Threading.Tasks; diff --git a/src/Tester/ObserverTests.cs b/src/Tester/ObserverTests.cs index 2c992ba4f3d..99c48e4cb52 100644 --- a/src/Tester/ObserverTests.cs +++ b/src/Tester/ObserverTests.cs @@ -21,7 +21,7 @@ The above copyright notice and this permission notice shall be included in all c TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - using System; +using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks;