Formatting cleanup.

This commit is contained in:
Jeff Ames
2010-10-04 21:28:17 -04:00
parent eeca0ee009
commit bc9f793a92
9 changed files with 19 additions and 19 deletions

View File

@@ -176,7 +176,7 @@ namespace OpenSim.Server.Base
OpenSimAppender consoleAppender = null;
FileAppender fileAppender = null;
if ( logConfig != null )
if (logConfig != null)
{
FileInfo cfg = new FileInfo(logConfig);
XmlConfigurator.Configure(cfg);