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/Tools/pCampBot/Behaviours/InventoryDownloadBehaviour.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/Tools/pCampBot/Behaviours/InventoryDownloadBehaviour.cs')
-rw-r--r-- | OpenSim/Tools/pCampBot/Behaviours/InventoryDownloadBehaviour.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Tools/pCampBot/Behaviours/InventoryDownloadBehaviour.cs b/OpenSim/Tools/pCampBot/Behaviours/InventoryDownloadBehaviour.cs index 521415c..e868fa9 100644 --- a/OpenSim/Tools/pCampBot/Behaviours/InventoryDownloadBehaviour.cs +++ b/OpenSim/Tools/pCampBot/Behaviours/InventoryDownloadBehaviour.cs | |||
@@ -45,8 +45,8 @@ namespace pCampBot | |||
45 | private Stopwatch m_StopWatch = new Stopwatch(); | 45 | private Stopwatch m_StopWatch = new Stopwatch(); |
46 | private List<UUID> m_processed = new List<UUID>(); | 46 | private List<UUID> m_processed = new List<UUID>(); |
47 | 47 | ||
48 | public InventoryDownloadBehaviour() | 48 | public InventoryDownloadBehaviour() |
49 | { | 49 | { |
50 | AbbreviatedName = "inv"; | 50 | AbbreviatedName = "inv"; |
51 | Name = "Inventory"; | 51 | Name = "Inventory"; |
52 | } | 52 | } |
@@ -113,7 +113,7 @@ namespace pCampBot | |||
113 | 113 | ||
114 | } | 114 | } |
115 | 115 | ||
116 | public override void Interrupt() | 116 | public override void Interrupt() |
117 | { | 117 | { |
118 | m_interruptEvent.Set(); | 118 | m_interruptEvent.Set(); |
119 | } | 119 | } |