From 2a2ef42e64e202c81762adf0cc0e4cb1393f71ef Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 24 Apr 2008 12:27:24 +0000 Subject: replace hard tabs with 4 spaces to be consistant in the source. Please adjust your editors to not use hard tabs. --- .../Environment/Modules/LandManagement/LandChannel.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'OpenSim/Region/Environment/Modules/LandManagement/LandChannel.cs') diff --git a/OpenSim/Region/Environment/Modules/LandManagement/LandChannel.cs b/OpenSim/Region/Environment/Modules/LandManagement/LandChannel.cs index 561c5cf..e2414b0 100644 --- a/OpenSim/Region/Environment/Modules/LandManagement/LandChannel.cs +++ b/OpenSim/Region/Environment/Modules/LandManagement/LandChannel.cs @@ -949,12 +949,12 @@ namespace OpenSim.Region.Environment.Modules.LandManagement } } - // If the economy has been validated by the economy module, - // and land has been validated as well, this method transfers - // the land ownership + // If the economy has been validated by the economy module, + // and land has been validated as well, this method transfers + // the land ownership public void handleLandBuyRequest(Object o, EventManager.LandBuyArgs e) - { + { if (e.economyValidated && e.landValidated) { lock (landList) @@ -966,11 +966,11 @@ namespace OpenSim.Region.Environment.Modules.LandManagement } } } - } + } - // After receiving a land buy packet, first the data needs to - // be validated. This method validates the right to buy the - // parcel + // After receiving a land buy packet, first the data needs to + // be validated. This method validates the right to buy the + // parcel public void handleLandValidationRequest(Object o, EventManager.LandBuyArgs e) { -- cgit v1.1