diff options
author | Jeff Ames | 2009-06-10 04:28:56 +0000 |
---|---|---|
committer | Jeff Ames | 2009-06-10 04:28:56 +0000 |
commit | a23d64dec1cbf88abc3c7e84664a683dee534e4a (patch) | |
tree | 7e85403f29839775209481ba7f6ee55aac56f209 /OpenSim/Framework/UserConfig.cs | |
parent | Letting the Flotsam cache be enabled even when [AssetCache] section is missin... (diff) | |
download | opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.zip opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.gz opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.bz2 opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.xz |
Formatting cleanup.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/UserConfig.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/UserConfig.cs b/OpenSim/Framework/UserConfig.cs index 3fedf22..31838ad 100644 --- a/OpenSim/Framework/UserConfig.cs +++ b/OpenSim/Framework/UserConfig.cs | |||
@@ -165,7 +165,7 @@ namespace OpenSim.Framework | |||
165 | DefaultStartupMsg = (string) configuration_result; | 165 | DefaultStartupMsg = (string) configuration_result; |
166 | break; | 166 | break; |
167 | case "default_grid_server": | 167 | case "default_grid_server": |
168 | GridServerURL = new Uri( (string) configuration_result ); | 168 | GridServerURL = new Uri((string) configuration_result); |
169 | break; | 169 | break; |
170 | case "grid_send_key": | 170 | case "grid_send_key": |
171 | GridSendKey = (string) configuration_result; | 171 | GridSendKey = (string) configuration_result; |