mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -56,7 +56,7 @@ namespace OpenSim.Services.AvatarService
|
||||
AvatarData avatar = GetAvatar(principalID);
|
||||
return avatar.ToAvatarAppearance();
|
||||
}
|
||||
|
||||
|
||||
public bool SetAppearance(UUID principalID, AvatarAppearance appearance)
|
||||
{
|
||||
AvatarData avatar = new AvatarData(appearance);
|
||||
@@ -136,7 +136,7 @@ namespace OpenSim.Services.AvatarService
|
||||
{
|
||||
av.Data["Value"] = kvp.Value;
|
||||
}
|
||||
|
||||
|
||||
if (!m_Database.Store(av))
|
||||
{
|
||||
m_Database.Delete("PrincipalID", principalID.ToString());
|
||||
|
||||
@@ -68,7 +68,7 @@ namespace OpenSim.Services.AvatarService
|
||||
connString = presenceConfig.GetString("ConnectionString", connString);
|
||||
realm = presenceConfig.GetString("Realm", realm);
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// We tried, but this doesn't exist. We can't proceed.
|
||||
//
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("OpenSim.Services.AvatarService")]
|
||||
@@ -14,8 +14,8 @@ using System.Runtime.InteropServices;
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
@@ -25,7 +25,7 @@ using System.Runtime.InteropServices;
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user