* Optimized usings

* shortened references
* Removed redundant 'this'
* Normalized EOF
This commit is contained in:
lbsa71
2007-12-27 21:41:48 +00:00
parent d508d77122
commit efd90b56b7
277 changed files with 4685 additions and 4408 deletions

View File

@@ -55,4 +55,4 @@ using System.Runtime.InteropServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly : AssemblyVersion("1.0.*")]
[assembly : AssemblyVersion("1.0.*")]

View File

@@ -32,4 +32,4 @@ namespace OpenSim.Framework.Console
void RunCmd(string cmd, string[] cmdparams);
void Show(string ShowWhat);
}
}
}

View File

@@ -248,12 +248,12 @@ namespace OpenSim.Framework.Console
// Some older systems dont support coloured text.
System.Console.WriteLine(format, args);
}
catch (System.FormatException)
catch (FormatException)
{
// Some older systems dont support coloured text.
System.Console.WriteLine(args);
}
return;
}
}
@@ -479,4 +479,4 @@ namespace OpenSim.Framework.Console
}
}
}
}
}

View File

@@ -37,4 +37,4 @@ namespace OpenSim.Framework.Console
set { instance = value; }
}
}
}
}