From f1f0bc23f4501ba99035283d3407ddad2b21b785 Mon Sep 17 00:00:00 2001
From: Jeff Ames
Date: Sun, 12 Sep 2010 13:43:49 -0400
Subject: Formatting cleanup.
---
.../UserAccountService/UserAccountService.cs | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
(limited to 'OpenSim/Services/UserAccountService/UserAccountService.cs')
diff --git a/OpenSim/Services/UserAccountService/UserAccountService.cs b/OpenSim/Services/UserAccountService/UserAccountService.cs
index 65c247f..f376cf8 100644
--- a/OpenSim/Services/UserAccountService/UserAccountService.cs
+++ b/OpenSim/Services/UserAccountService/UserAccountService.cs
@@ -97,10 +97,10 @@ namespace OpenSim.Services.UserAccountService
public UserAccount GetUserAccount(UUID scopeID, string firstName,
string lastName)
{
-// m_log.DebugFormat(
-// "[USER ACCOUNT SERVICE]: Retrieving account by username for {0} {1}, scope {2}",
-// firstName, lastName, scopeID);
-
+// m_log.DebugFormat(
+// "[USER ACCOUNT SERVICE]: Retrieving account by username for {0} {1}, scope {2}",
+// firstName, lastName, scopeID);
+
UserAccountData[] d;
if (scopeID != UUID.Zero)
@@ -235,10 +235,10 @@ namespace OpenSim.Services.UserAccountService
public bool StoreUserAccount(UserAccount data)
{
-// m_log.DebugFormat(
-// "[USER ACCOUNT SERVICE]: Storing user account for {0} {1} {2}, scope {3}",
-// data.FirstName, data.LastName, data.PrincipalID, data.ScopeID);
-
+// m_log.DebugFormat(
+// "[USER ACCOUNT SERVICE]: Storing user account for {0} {1} {2}, scope {3}",
+// data.FirstName, data.LastName, data.PrincipalID, data.ScopeID);
+
UserAccountData d = new UserAccountData();
d.FirstName = data.FirstName;
@@ -285,7 +285,7 @@ namespace OpenSim.Services.UserAccountService
#endregion
#region Console commands
-
+
///
/// Handle the create user command from the console.
///
@@ -296,7 +296,7 @@ namespace OpenSim.Services.UserAccountService
string lastName;
string password;
string email;
-
+
List excluded = new List(new char[]{' '});
if (cmdparams.Length < 3)
--
cgit v1.1