Add copyright header. Formatting cleanup.

This commit is contained in:
Jeff Ames
2009-09-29 08:32:59 +09:00
parent ec464d9e87
commit f00126dc2d
16 changed files with 111 additions and 67 deletions

View File

@@ -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)