From f58a0394edf3c0e4d46faf1f3053b940ba0a1c8c Mon Sep 17 00:00:00 2001
From: Jeff Ames
Date: Wed, 10 Mar 2010 13:15:36 +0900
Subject: Formatting cleanup. Add copyright notices.
---
OpenSim/Data/MSSQL/MSSQLManager.cs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'OpenSim/Data/MSSQL/MSSQLManager.cs')
diff --git a/OpenSim/Data/MSSQL/MSSQLManager.cs b/OpenSim/Data/MSSQL/MSSQLManager.cs
index 4309b42..575fd21 100644
--- a/OpenSim/Data/MSSQL/MSSQLManager.cs
+++ b/OpenSim/Data/MSSQL/MSSQLManager.cs
@@ -46,7 +46,7 @@ namespace OpenSim.Data.MSSQL
///
/// Connection string for ADO.net
///
- private readonly string connectionString;
+ private readonly string connectionString;
///
/// Initialize the manager and set the connectionstring
@@ -196,7 +196,7 @@ namespace OpenSim.Data.MSSQL
migration.Update();
}
- }
+ }
///
/// Returns the version of this DB provider
--
cgit v1.1