Replace dome tabs with spaces

mysql-performance
Melanie 2010-01-26 14:46:53 +00:00
parent 19484891bb
commit 72dd680dd3
1 changed files with 3 additions and 3 deletions

View File

@ -2781,11 +2781,11 @@ namespace OpenSim.Region.Framework.Scenes
InTransit(); InTransit();
try try
{ {
m_scene.CrossAgentToNewRegion(this, m_physicsActor.Flying); m_scene.CrossAgentToNewRegion(this, m_physicsActor.Flying);
} }
catch(Exception ex) catch(Exception ex)
{ {
m_scene.CrossAgentToNewRegion(this, false); m_scene.CrossAgentToNewRegion(this, false);
} }
} }
@ -3860,4 +3860,4 @@ namespace OpenSim.Region.Framework.Scenes
} }
} }
} }
} }