mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -50,7 +50,7 @@ namespace OpenSim.Framework
|
||||
public byte Flags = 0;
|
||||
public int Price = 0;
|
||||
}
|
||||
|
||||
|
||||
public class UserProfileProperties
|
||||
{
|
||||
public UUID UserId = UUID.Zero;
|
||||
@@ -68,7 +68,7 @@ namespace OpenSim.Framework
|
||||
public UUID FirstLifeImageId = UUID.Zero;
|
||||
public string FirstLifeText = string.Empty;
|
||||
}
|
||||
|
||||
|
||||
public class UserProfilePick
|
||||
{
|
||||
public UUID PickId = UUID.Zero;
|
||||
@@ -86,7 +86,7 @@ namespace OpenSim.Framework
|
||||
public int SortOrder = 0;
|
||||
public bool Enabled = false;
|
||||
}
|
||||
|
||||
|
||||
public class UserProfileNotes
|
||||
{
|
||||
public UUID UserId;
|
||||
@@ -101,7 +101,7 @@ namespace OpenSim.Framework
|
||||
public bool Visible = false;
|
||||
public string EMail = string.Empty;
|
||||
}
|
||||
|
||||
|
||||
public class UserAccountProperties
|
||||
{
|
||||
public string EmailAddress = string.Empty;
|
||||
@@ -110,13 +110,13 @@ namespace OpenSim.Framework
|
||||
public string Password = string.Empty;
|
||||
public string UserId = string.Empty;
|
||||
}
|
||||
|
||||
|
||||
public class UserAccountAuth
|
||||
{
|
||||
public string UserId = UUID.Zero.ToString();
|
||||
public string Password = string.Empty;
|
||||
}
|
||||
|
||||
|
||||
public class UserAppData
|
||||
{
|
||||
public string TagId = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user