From 0718aa0b7fd7cb3bb42d36b37f79d8d6cfc725bc Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Thu, 7 Aug 2008 12:55:46 +0000 Subject: Minor formatting cleanup. --- OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/ApplicationPlugins/Rest') diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs index 270a8c7..41319ea 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs @@ -212,7 +212,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory /// private void loadTests() { - lock(tests) + lock (tests) { if (!testsLoaded) { -- cgit v1.1