diff options
author | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
---|---|---|
committer | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
commit | b16abc8166c29585cb76cc55c3bdd76e5833cb4f (patch) | |
tree | 6a34f465a74b7a3a6dc00a3d7aa8dcc25ac3e3a5 /OpenSim/Addons/Groups/GroupsExtendedData.cs | |
parent | Make it possible to disable the bakes module in the way it is described in co... (diff) | |
download | opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.zip opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.gz opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.bz2 opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.xz |
Massive tab and trailing space cleanup
Diffstat (limited to 'OpenSim/Addons/Groups/GroupsExtendedData.cs')
-rw-r--r-- | OpenSim/Addons/Groups/GroupsExtendedData.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Addons/Groups/GroupsExtendedData.cs b/OpenSim/Addons/Groups/GroupsExtendedData.cs index c783b9e..d92c442 100644 --- a/OpenSim/Addons/Groups/GroupsExtendedData.cs +++ b/OpenSim/Addons/Groups/GroupsExtendedData.cs | |||
@@ -46,7 +46,7 @@ namespace OpenSim.Groups | |||
46 | public string AccessToken; | 46 | public string AccessToken; |
47 | } | 47 | } |
48 | 48 | ||
49 | public class ExtendedGroupMembersData | 49 | public class ExtendedGroupMembersData |
50 | { | 50 | { |
51 | // This is the only difference: this is a string | 51 | // This is the only difference: this is a string |
52 | public string AgentID; | 52 | public string AgentID; |
@@ -65,7 +65,7 @@ namespace OpenSim.Groups | |||
65 | public UUID RoleID; | 65 | public UUID RoleID; |
66 | // This is the only difference: this is a string | 66 | // This is the only difference: this is a string |
67 | public string MemberID; | 67 | public string MemberID; |
68 | 68 | ||
69 | } | 69 | } |
70 | 70 | ||
71 | public struct ExtendedGroupNoticeData | 71 | public struct ExtendedGroupNoticeData |