mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Formatting cleanup. Add copyright headers.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user