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/ConsoleClient/ConsoleClient.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/ConsoleClient/ConsoleClient.cs')
-rw-r--r-- | OpenSim/ConsoleClient/ConsoleClient.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/ConsoleClient/ConsoleClient.cs b/OpenSim/ConsoleClient/ConsoleClient.cs index 7c003ea..e689424 100644 --- a/OpenSim/ConsoleClient/ConsoleClient.cs +++ b/OpenSim/ConsoleClient/ConsoleClient.cs | |||
@@ -178,7 +178,7 @@ namespace OpenSim.ConsoleClient | |||
178 | Requester.MakeRequest(requestUrl, requestData, ReadResponses); | 178 | Requester.MakeRequest(requestUrl, requestData, ReadResponses); |
179 | return; | 179 | return; |
180 | } | 180 | } |
181 | 181 | ||
182 | List<string> lines = new List<string>(); | 182 | List<string> lines = new List<string>(); |
183 | 183 | ||
184 | foreach (XmlNode part in rootNodeL[0].ChildNodes) | 184 | foreach (XmlNode part in rootNodeL[0].ChildNodes) |
@@ -202,7 +202,7 @@ namespace OpenSim.ConsoleClient | |||
202 | string[] parts = l.Split(new char[] {':'}, 3); | 202 | string[] parts = l.Split(new char[] {':'}, 3); |
203 | if (parts.Length != 3) | 203 | if (parts.Length != 3) |
204 | continue; | 204 | continue; |
205 | 205 | ||
206 | if (parts[2].StartsWith("+++") || parts[2].StartsWith("-++")) | 206 | if (parts[2].StartsWith("+++") || parts[2].StartsWith("-++")) |
207 | prompt = parts[2]; | 207 | prompt = parts[2]; |
208 | else | 208 | else |