From b16abc8166c29585cb76cc55c3bdd76e5833cb4f Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Thu, 5 Jan 2017 19:07:37 +0000 Subject: Massive tab and trailing space cleanup --- .../Framework/Interfaces/IRegionArchiverModule.cs | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'OpenSim/Region/Framework/Interfaces/IRegionArchiverModule.cs') diff --git a/OpenSim/Region/Framework/Interfaces/IRegionArchiverModule.cs b/OpenSim/Region/Framework/Interfaces/IRegionArchiverModule.cs index 99bc87d..9370ccd 100644 --- a/OpenSim/Region/Framework/Interfaces/IRegionArchiverModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IRegionArchiverModule.cs @@ -40,17 +40,17 @@ namespace OpenSim.Region.Framework.Interfaces { void HandleLoadOarConsoleCommand(string module, string[] cmdparams); void HandleSaveOarConsoleCommand(string module, string[] cmdparams); - + /// /// Archive the region to the given path /// - /// + /// /// This method occurs asynchronously. If you want notification of when it has completed then subscribe to /// the EventManager.OnOarFileSaved event. - /// + /// /// void ArchiveRegion(string savePath, Dictionary options); - + /// /// Archive the region to the given path /// @@ -94,35 +94,35 @@ namespace OpenSim.Region.Framework.Interfaces /// /// void DearchiveRegion(string loadPath); - + /// /// Dearchive the given region archive. This replaces the existing scene. /// - /// + /// /// If you want notification of when it has completed then subscribe to the EventManager.OnOarFileLoaded event. - /// + /// /// /// If supplied, this request Id is later returned in the saved event /// /// Dictionary of options. /// void DearchiveRegion(string loadPath, Guid requestId, Dictionary options); - + /// - /// Dearchive a region from a stream. This replaces the existing scene. + /// Dearchive a region from a stream. This replaces the existing scene. /// - /// + /// /// If you want notification of when it has completed then subscribe to the EventManager.OnOarFileLoaded event. - /// + /// /// void DearchiveRegion(Stream loadStream); - + /// /// Dearchive a region from a stream. This replaces the existing scene. /// - /// + /// /// If you want notification of when it has completed then subscribe to the EventManager.OnOarFileLoaded event. - /// + /// /// /// If supplied, this request Id is later returned in the saved event /// -- cgit v1.1