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

@@ -84,7 +84,7 @@ namespace OpenSim.Services.Interfaces
/// <param name="folderIDs"></param>
/// <returns>Inventory content.</returns>
InventoryCollection[] GetMultipleFoldersContent(UUID userID, UUID[] folderIDs);
/// <summary>
/// Gets the items inside a folder
/// </summary>
@@ -193,11 +193,11 @@ namespace OpenSim.Services.Interfaces
/// <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>
int GetAssetPermissions(UUID userID, UUID assetID);
}