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/Region/CoreModules/Scripting/XMLRPC/XMLRPCModule.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/Region/CoreModules/Scripting/XMLRPC/XMLRPCModule.cs')
-rw-r--r-- | OpenSim/Region/CoreModules/Scripting/XMLRPC/XMLRPCModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/XMLRPC/XMLRPCModule.cs b/OpenSim/Region/CoreModules/Scripting/XMLRPC/XMLRPCModule.cs index 87f4277..aed1372 100644 --- a/OpenSim/Region/CoreModules/Scripting/XMLRPC/XMLRPCModule.cs +++ b/OpenSim/Region/CoreModules/Scripting/XMLRPC/XMLRPCModule.cs | |||
@@ -621,7 +621,7 @@ namespace OpenSim.Region.CoreModules.Scripting.XMLRPC | |||
621 | private Thread httpThread; | 621 | private Thread httpThread; |
622 | public int Idata; | 622 | public int Idata; |
623 | private UUID _itemID; | 623 | private UUID _itemID; |
624 | public UUID ItemID | 624 | public UUID ItemID |
625 | { | 625 | { |
626 | get { return _itemID; } | 626 | get { return _itemID; } |
627 | set { _itemID = value; } | 627 | set { _itemID = value; } |
@@ -633,7 +633,7 @@ namespace OpenSim.Region.CoreModules.Scripting.XMLRPC | |||
633 | set { _localID = value; } | 633 | set { _localID = value; } |
634 | } | 634 | } |
635 | private UUID _reqID; | 635 | private UUID _reqID; |
636 | public UUID ReqID | 636 | public UUID ReqID |
637 | { | 637 | { |
638 | get { return _reqID; } | 638 | get { return _reqID; } |
639 | set { _reqID = value; } | 639 | set { _reqID = value; } |