aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client
diff options
context:
space:
mode:
authorTeravus Ovares (Dan Olivares)2010-01-26 12:47:27 -0500
committerTeravus Ovares (Dan Olivares)2010-01-26 12:47:27 -0500
commitd28542e4d45bee5b4c260f31db64ab67c3036422 (patch)
treef5f43e3c4e66762cf9ea50f787934c88400078d0 /OpenSim/Client
parent* a few more endlines.. (diff)
downloadopensim-SC_OLD-d28542e4d45bee5b4c260f31db64ab67c3036422.zip
opensim-SC_OLD-d28542e4d45bee5b4c260f31db64ab67c3036422.tar.gz
opensim-SC_OLD-d28542e4d45bee5b4c260f31db64ab67c3036422.tar.bz2
opensim-SC_OLD-d28542e4d45bee5b4c260f31db64ab67c3036422.tar.xz
more endlines..
Diffstat (limited to 'OpenSim/Client')
-rw-r--r--OpenSim/Client/MXP/ClientStack/MXPClientView.cs18
1 files changed, 9 insertions, 9 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
index 3c98229..94a81f0 100644
--- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
+++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
@@ -1688,15 +1688,15 @@ namespace OpenSim.Client.MXP.ClientStack
1688 } 1688 }
1689 1689
1690 public void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID,int amt) 1690 public void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID,int amt)
1691 { 1691 {
1692 } 1692 }
1693 1693
1694 public void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes) 1694 public void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes)
1695 { 1695 {
1696 } 1696 }
1697 1697
1698 public void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals) 1698 public void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals)
1699 { 1699 {
1700 } 1700 }
1701 } 1701 }
1702} 1702}