diff options
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
212 | /// </summary> | 212 | /// </summary> |
213 | private void loadTests() | 213 | private void loadTests() |
214 | { | 214 | { |
215 | lock(tests) | 215 | lock (tests) |
216 | { | 216 | { |
217 | if (!testsLoaded) | 217 | if (!testsLoaded) |
218 | { | 218 | { |