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/Compiler/Program.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 '')
-rw-r--r-- | OpenSim/Tools/Compiler/Program.cs | 4 |
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)) |