mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user