From 0718aa0b7fd7cb3bb42d36b37f79d8d6cfc725bc Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Thu, 7 Aug 2008 12:55:46 +0000 Subject: Minor formatting cleanup. --- OpenSim/Data/MySQL/MySQLDataStore.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Data/MySQL/MySQLDataStore.cs') diff --git a/OpenSim/Data/MySQL/MySQLDataStore.cs b/OpenSim/Data/MySQL/MySQLDataStore.cs index 07f4c10..70b6d3c 100644 --- a/OpenSim/Data/MySQL/MySQLDataStore.cs +++ b/OpenSim/Data/MySQL/MySQLDataStore.cs @@ -744,9 +744,9 @@ namespace OpenSim.Data.MySQL DataRow row = rawsettings[0]; RegionSettings newSettings = buildRegionSettings(row); - newSettings.OnSave += StoreRegionSettings; + newSettings.OnSave += StoreRegionSettings; - return newSettings; + return newSettings; } } -- cgit v1.1