mirror of
https://github.com/opensim/opensim.git
synced 2026-06-29 10:35:40 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -57,7 +57,7 @@ namespace OpenSim.Data.MySQL
|
||||
cmd.CommandText = String.Format("delete from {0} where `PrincipalID` = ?PrincipalID and `Name` = ?Name", m_Realm);
|
||||
cmd.Parameters.AddWithValue("?PrincipalID", principalID.ToString());
|
||||
cmd.Parameters.AddWithValue("?Name", name);
|
||||
|
||||
|
||||
if (ExecuteNonQuery(cmd) > 0)
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user