From a2b1a1787d620f70c10221545414b41ffdfe27da Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Wed, 25 Jun 2008 14:30:28 +0000 Subject: Minor formatting cleanup. --- OpenSim/Region/Application/OpenSim.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'OpenSim/Region/Application/OpenSim.cs') diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 714d8eb..6f1a3cb 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs @@ -136,13 +136,13 @@ namespace OpenSim #region Console Commands - private void RunEchoTest(string[] cmdparams) - { - for (int i = 0; i < cmdparams.Length; i++) - { - m_log.Info("[EchoTest]: "+cmdparams[i]+""); - } - } + private void RunEchoTest(string[] cmdparams) + { + for (int i = 0; i < cmdparams.Length; i++) + { + m_log.Info("[EchoTest]: "+cmdparams[i]+""); + } + } private void KickUserCommand(string[] cmdparams) { -- cgit v1.1