aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/Compiler/Program.cs
diff options
context:
space:
mode:
authorMelanie Thielker2017-01-05 19:07:37 +0000
committerMelanie Thielker2017-01-05 19:07:37 +0000
commitb16abc8166c29585cb76cc55c3bdd76e5833cb4f (patch)
tree6a34f465a74b7a3a6dc00a3d7aa8dcc25ac3e3a5 /OpenSim/Tools/Compiler/Program.cs
parentMake it possible to disable the bakes module in the way it is described in co... (diff)
downloadopensim-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 '')
-rw-r--r--OpenSim/Tools/Compiler/Program.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tools/Compiler/Program.cs b/OpenSim/Tools/Compiler/Program.cs
index b010eaf..9270c96 100644
--- a/OpenSim/Tools/Compiler/Program.cs
+++ b/OpenSim/Tools/Compiler/Program.cs
@@ -38,7 +38,7 @@ namespace OpenSim.Tools.LSL.Compiler
38 class Program 38 class Program
39 { 39 {
40// Commented out because generated warning since m_positionMap could never be anything other than null 40// Commented out because generated warning since m_positionMap could never be anything other than null
41// private static Dictionary<KeyValuePair<int, int>, KeyValuePair<int, int>> m_positionMap; 41// private static Dictionary<KeyValuePair<int, int>, KeyValuePair<int, int>> m_positionMap;
42 private static CSharpCodeProvider CScodeProvider = new CSharpCodeProvider(); 42 private static CSharpCodeProvider CScodeProvider = new CSharpCodeProvider();
43 43
44 static void Main(string[] args) 44 static void Main(string[] args)
@@ -154,7 +154,7 @@ namespace OpenSim.Tools.LSL.Compiler
154 lslPos.Key - 1, lslPos.Value - 1, 154 lslPos.Key - 1, lslPos.Value - 1,
155 CompErr.ErrorNumber, text, severity); 155 CompErr.ErrorNumber, text, severity);
156 } 156 }
157 157
158 disp = "Completed with errors"; 158 disp = "Completed with errors";
159 159
160 if (!File.Exists(OutFile)) 160 if (!File.Exists(OutFile))