From 6aa5d3904d71c4be21e5991d9ba82dff3c1cf51f Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Wed, 22 Apr 2009 00:48:56 +0000 Subject: Add copyright headers. Formatting cleanup. --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 4681230..40f25ae 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -10311,10 +10311,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP LLPacketHandler handler = (LLPacketHandler) m_PacketHandler; return handler.PacketQueue.GetStats(); } - - public string XReport() - { - return ""; - } + + public string XReport() + { + return ""; + } } } -- cgit v1.1