From 80d8e2889e62d8900837d37a800a4eeaae5ffc5a Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Wed, 23 Jul 2008 13:24:25 +0000 Subject: Update svn properties. Formatting cleanup. Remove a compiler warning. --- OpenSim/Region/Modules/SvnSerialiser/SvnBackupModule.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'OpenSim/Region/Modules/SvnSerialiser') diff --git a/OpenSim/Region/Modules/SvnSerialiser/SvnBackupModule.cs b/OpenSim/Region/Modules/SvnSerialiser/SvnBackupModule.cs index 9f5e5a3..a1c1b88 100644 --- a/OpenSim/Region/Modules/SvnSerialiser/SvnBackupModule.cs +++ b/OpenSim/Region/Modules/SvnSerialiser/SvnBackupModule.cs @@ -212,11 +212,12 @@ namespace OpenSim.Region.Modules.SvnSerialiser { m_scenes.Add(scene); } - //Only register it once, to prevend command being executed x*region times - if(m_scenes.Count ==1) { - scene.EventManager.OnPluginConsole += EventManager_OnPluginConsole; - } - } + //Only register it once, to prevent command being executed x*region times + if (m_scenes.Count == 1) + { + scene.EventManager.OnPluginConsole += EventManager_OnPluginConsole; + } + } public void PostInitialise() { @@ -341,7 +342,6 @@ namespace OpenSim.Region.Modules.SvnSerialiser } } - public void LoadAllScenes(int revision) { CheckoutSvn(new SvnRevision(revision)); -- cgit v1.1