From 0b4415849ace5ad7bf91a6d0c0374fc101f7136e Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Sun, 28 Sep 2008 03:21:11 +0000 Subject: Update svn properties. Minor formatting cleanup. Fix a compiler warning. Fix a UUID vs null comparison. --- OpenSim/Data/MySQL/MySQLInventoryData.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Data') diff --git a/OpenSim/Data/MySQL/MySQLInventoryData.cs b/OpenSim/Data/MySQL/MySQLInventoryData.cs index 68885e1..f9583cf 100644 --- a/OpenSim/Data/MySQL/MySQLInventoryData.cs +++ b/OpenSim/Data/MySQL/MySQLInventoryData.cs @@ -826,8 +826,8 @@ namespace OpenSim.Data.MySQL } finally { - if(result != null) result.Close(); - if(sqlCmd != null) sqlCmd.Dispose(); + if (result != null) result.Close(); + if (sqlCmd != null) sqlCmd.Dispose(); } } } -- cgit v1.1