From dde21314e75acdaeff27af70077f283493401961 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Fri, 15 Aug 2008 10:24:04 +0000 Subject: Update svn properties, formatting cleanup, fix a couple compiler warnings. --- OpenSim/Grid/UserServer/UserLoginService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Grid/UserServer/UserLoginService.cs') diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs index 2a70534..0e61b3c 100644 --- a/OpenSim/Grid/UserServer/UserLoginService.cs +++ b/OpenSim/Grid/UserServer/UserLoginService.cs @@ -153,7 +153,7 @@ namespace OpenSim.Grid.UserServer else if (startLocationRequest == "home") { // use the homeRegionID if it is stored already. If not, use the regionHandle as before - if(theUser.HomeRegionID != LLUUID.Zero) + if (theUser.HomeRegionID != LLUUID.Zero) { SimInfo = RegionProfileData.RequestSimProfileData( -- cgit v1.1