More formatting cleanup.

This commit is contained in:
Jeff Ames
2008-05-14 05:33:32 +00:00
parent c995d60d37
commit 6a1b787436
28 changed files with 173 additions and 162 deletions

View File

@@ -58,7 +58,8 @@ namespace OpenSim.Data.SQLite
override public void Initialise(string dbconnect)
{
if (dbconnect == string.Empty) {
if (dbconnect == string.Empty)
{
dbconnect = "URI=file:AssetStorage.db,version=3";
}
m_conn = new SqliteConnection(dbconnect);