diff options
author | Jeff Ames | 2008-07-06 14:02:22 +0000 |
---|---|---|
committer | Jeff Ames | 2008-07-06 14:02:22 +0000 |
commit | d470d30c09fde202f708a9c8af763f5d16e18bfb (patch) | |
tree | 6a86572d268dda911a5208bf5be1a1f2c19adc3c /OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs | |
parent | Remove scripts that don't really belong in OpenSim SVN. (diff) | |
download | opensim-SC-d470d30c09fde202f708a9c8af763f5d16e18bfb.zip opensim-SC-d470d30c09fde202f708a9c8af763f5d16e18bfb.tar.gz opensim-SC-d470d30c09fde202f708a9c8af763f5d16e18bfb.tar.bz2 opensim-SC-d470d30c09fde202f708a9c8af763f5d16e18bfb.tar.xz |
Copyright notices and formatting cleanup.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs index 0a0bf3f..c351272 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs | |||
@@ -108,7 +108,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
108 | /// </summary> | 108 | /// </summary> |
109 | private void LoadHandlers() | 109 | private void LoadHandlers() |
110 | { | 110 | { |
111 | lock(handlers) | 111 | lock (handlers) |
112 | { | 112 | { |
113 | if (!handlersLoaded) | 113 | if (!handlersLoaded) |
114 | { | 114 | { |