From b13836db57f53191b20a60247a59b25888381bea Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Fri, 15 Feb 2008 00:43:20 +0000 Subject: Update svn properties. --- .../Region/Environment/Interfaces/ITerrainChannel.cs | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'OpenSim/Region/Environment/Interfaces') diff --git a/OpenSim/Region/Environment/Interfaces/ITerrainChannel.cs b/OpenSim/Region/Environment/Interfaces/ITerrainChannel.cs index eb5b0a6..50b2a5e 100644 --- a/OpenSim/Region/Environment/Interfaces/ITerrainChannel.cs +++ b/OpenSim/Region/Environment/Interfaces/ITerrainChannel.cs @@ -1,10 +1,10 @@ -using System; -namespace OpenSim.Region.Environment.Interfaces -{ - public interface ITerrainChannel - { - int Height { get; } - double this[int x, int y] { get; set; } - int Width { get; } - } -} +using System; +namespace OpenSim.Region.Environment.Interfaces +{ + public interface ITerrainChannel + { + int Height { get; } + double this[int x, int y] { get; set; } + int Width { get; } + } +} -- cgit v1.1