Formatting cleanup. Add copyright headers.

This commit is contained in:
Jeff Ames
2009-08-13 11:48:39 +09:00
parent 41ad610f3e
commit 50f29752f5
4 changed files with 85 additions and 4 deletions

View File

@@ -443,7 +443,7 @@ namespace OpenSim.Framework.Servers
string inputLine;
int strcmp;
if (File.Exists( gitCommitFileName))
if (File.Exists(gitCommitFileName))
{
StreamReader CommitFile = File.OpenText(gitCommitFileName);
buildVersion = Environment.NewLine + "git# " + CommitFile.ReadLine();