From bf8b5844f24d294c459f54147bd511e7112288bf Mon Sep 17 00:00:00 2001
From: Jeff Ames
Date: Tue, 18 Mar 2008 14:51:42 +0000
Subject: Formatting cleanup. Minor refactoring.
---
OpenSim/Framework/Data.MSSQL/MSSQLGridData.cs | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
(limited to 'OpenSim/Framework/Data.MSSQL')
diff --git a/OpenSim/Framework/Data.MSSQL/MSSQLGridData.cs b/OpenSim/Framework/Data.MSSQL/MSSQLGridData.cs
index 38a1d08..5a0f3f5 100644
--- a/OpenSim/Framework/Data.MSSQL/MSSQLGridData.cs
+++ b/OpenSim/Framework/Data.MSSQL/MSSQLGridData.cs
@@ -180,7 +180,6 @@ namespace OpenSim.Framework.Data.MSSQL
return row;
}
-
///
/// Returns a sim profile from it's Region name string
///
@@ -222,7 +221,6 @@ namespace OpenSim.Framework.Data.MSSQL
}
}
-
///
/// Adds a new specified region to the database
///
@@ -242,7 +240,7 @@ namespace OpenSim.Framework.Data.MSSQL
System.Console.WriteLine("No regions found. Create new one.");
}
- if ( insertRegionRow(profile))
+ if (insertRegionRow(profile))
{
return DataResponse.RESPONSE_OK;
}
@@ -252,7 +250,6 @@ namespace OpenSim.Framework.Data.MSSQL
}
}
-
///
/// Creates a new region in the database
///
@@ -324,7 +321,7 @@ namespace OpenSim.Framework.Data.MSSQL
}
///
- /// DEPRECIATED. Attempts to authenticate a region by comparing a shared secret.
+ /// DEPRECATED. Attempts to authenticate a region by comparing a shared secret.
///
/// The UUID of the challenger
/// The attempted regionHandle of the challenger
--
cgit v1.1