Massive tab and trailing space cleanup

This commit is contained in:
Melanie Thielker
2017-01-05 19:07:37 +00:00
parent e88e2945e9
commit b16abc8166
959 changed files with 23646 additions and 23646 deletions

View File

@@ -48,7 +48,7 @@ namespace OpenSim.Region.Framework.Interfaces
/// This call causes all the terrain patches to be sent to the client.
/// </summary>
void PushTerrain(IClientAPI pClient);
/// <summary>
/// Load a terrain from a stream.
/// </summary>
@@ -60,7 +60,7 @@ namespace OpenSim.Region.Framework.Interfaces
void LoadFromStream(string filename, System.Uri pathToTerrainHeightmap);
void LoadFromStream(string filename, Vector3 displacement,
float radianRotation, Vector2 rotationDisplacement, Stream stream);
void LoadFromStream(string filename, Vector3 displacement,
void LoadFromStream(string filename, Vector3 displacement,
float rotationDegress, Vector2 boundingOrigin, Vector2 boundingSize, Stream stream);
/// <summary>
/// Save a terrain to a stream.