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

@@ -126,7 +126,7 @@ namespace OpenSim.Region.CoreModules.Framework.Library
return;
// This will never run more than once, even if the region is restarted
if (!m_HasRunOnce)
if (!m_HasRunOnce)
{
LoadLibrariesFromArchives();
//DumpLibrary();

View File

@@ -259,11 +259,11 @@ namespace OpenSim.Region.CoreModules.Framework.Library
/// <summary>
/// Get the union of permissions of all inventory items
/// that hold the given assetID.
/// that hold the given assetID.
/// </summary>
/// <param name="userID"></param>
/// <param name="assetID"></param>
/// <returns>The permissions or 0 if no such asset is found in
/// <returns>The permissions or 0 if no such asset is found in
/// the user's inventory</returns>
public int GetAssetPermissions(UUID userID, UUID assetID) { return 0; }
}