From 2382342c65707907b6c8b7ae16bfa4df2af9877b Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Mon, 12 May 2008 01:23:03 +0000 Subject: Formatting cleanup. --- OpenSim/Framework/IClientAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index a7f6e23..b79dec0 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -914,7 +914,7 @@ namespace OpenSim.Framework void SendSunPos(LLVector3 sunPos, LLVector3 sunVel, ulong CurrentTime, uint SecondsPerSunCycle, uint SecondsPerYear, float OrbitalPosition); void SendViewerTime(int phase); - LLUUID GetDefaultAnimation(string name); + LLUUID GetDefaultAnimation(string name); void SendAvatarProperties(LLUUID avatarID, string aboutText, string bornOn, string charterMember, string flAbout, uint flags, LLUUID flImageID, LLUUID imageID, string profileURL, LLUUID partnerID); -- cgit v1.1