From 6ef9d4da901a346c232458317cca6268da888e2e Mon Sep 17 00:00:00 2001
From: Jeff Ames
Date: Mon, 18 Aug 2008 00:39:10 +0000
Subject: Formatting cleanup.
---
OpenSim/Data/MSSQL/MSSQLGridData.cs | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'OpenSim/Data/MSSQL/MSSQLGridData.cs')
diff --git a/OpenSim/Data/MSSQL/MSSQLGridData.cs b/OpenSim/Data/MSSQL/MSSQLGridData.cs
index e1de297..423d4aa 100644
--- a/OpenSim/Data/MSSQL/MSSQLGridData.cs
+++ b/OpenSim/Data/MSSQL/MSSQLGridData.cs
@@ -51,8 +51,8 @@ namespace OpenSim.Data.MSSQL
private string m_regionsTableName;
- override public void Initialise()
- {
+ override public void Initialise()
+ {
m_log.Info("[MSSQLGridData]: " + Name + " cannot be default-initialized!");
throw new PluginNotInitialisedException (Name);
}
@@ -87,7 +87,7 @@ namespace OpenSim.Data.MSSQL
}
///
- ///
+ ///
///
private void TestTables()
{
@@ -114,7 +114,7 @@ namespace OpenSim.Data.MSSQL
}
///
- /// The name of this DB provider.
+ /// The name of this DB provider.
///
/// A string containing the storage system name
override public string Name
@@ -123,7 +123,7 @@ namespace OpenSim.Data.MSSQL
}
///
- /// Database provider version.
+ /// Database provider version.
///
/// A string containing the storage system version
override public string Version
@@ -209,7 +209,7 @@ namespace OpenSim.Data.MSSQL
{
return database.getRegionRow(reader);
}
-
+
}
catch (Exception e)
{
--
cgit v1.1