From b16abc8166c29585cb76cc55c3bdd76e5833cb4f Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Thu, 5 Jan 2017 19:07:37 +0000 Subject: Massive tab and trailing space cleanup --- OpenSim/Tools/pCampBot/Behaviours/TwitchyBehaviour.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenSim/Tools/pCampBot/Behaviours/TwitchyBehaviour.cs') diff --git a/OpenSim/Tools/pCampBot/Behaviours/TwitchyBehaviour.cs b/OpenSim/Tools/pCampBot/Behaviours/TwitchyBehaviour.cs index 7b4639d..42dbc8f 100644 --- a/OpenSim/Tools/pCampBot/Behaviours/TwitchyBehaviour.cs +++ b/OpenSim/Tools/pCampBot/Behaviours/TwitchyBehaviour.cs @@ -38,7 +38,7 @@ namespace pCampBot /// /// This behavior is for the systematic study of some performance improvements made /// for OSCC'13. - /// Do nothing, but send AgentUpdate packets all the time that have only slightly + /// Do nothing, but send AgentUpdate packets all the time that have only slightly /// different state. The delta of difference will be filtered by OpenSim early on /// in the packet processing pipeline. These filters did not exist before OSCC'13. /// @@ -46,10 +46,10 @@ namespace pCampBot { // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); - public TwitchyBehaviour() - { + public TwitchyBehaviour() + { AbbreviatedName = "tw"; - Name = "Twitchy"; + Name = "Twitchy"; } private const float TWITCH = 0.0001f; -- cgit v1.1