mirror of
https://github.com/opensim/opensim.git
synced 2026-08-03 23:58:50 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -189,7 +189,7 @@ namespace OpenSim.Data.SQLite
|
||||
m_Fields[name].SetValue(row, reader[name]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (m_DataField != null)
|
||||
{
|
||||
Dictionary<string, string> data =
|
||||
@@ -268,7 +268,7 @@ namespace OpenSim.Data.SQLite
|
||||
public virtual bool Delete(string field, string key)
|
||||
{
|
||||
return Delete(new string[] { field }, new string[] { key });
|
||||
}
|
||||
}
|
||||
|
||||
public virtual bool Delete(string[] fields, string[] keys)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user