mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
Formatting cleanup.
This commit is contained in:
@@ -69,7 +69,7 @@ namespace OpenSim.Data.MySQL
|
||||
string settingPort = iniFile.ParseFileReadValue("port");
|
||||
|
||||
m_usersTableName = iniFile.ParseFileReadValue("userstablename");
|
||||
if( m_usersTableName == null )
|
||||
if (m_usersTableName == null)
|
||||
{
|
||||
m_usersTableName = "users";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user