mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Add copyright header. Formatting cleanup.
This commit is contained in:
@@ -188,7 +188,7 @@ namespace OpenSim.Server.Base
|
||||
{
|
||||
string qstring = String.Empty;
|
||||
|
||||
foreach(KeyValuePair<string, string> kvp in data)
|
||||
foreach (KeyValuePair<string, string> kvp in data)
|
||||
{
|
||||
string part;
|
||||
if (kvp.Value != String.Empty)
|
||||
|
||||
Reference in New Issue
Block a user