convert tabs to space

This commit is contained in:
Hylke Bons 2012-10-20 23:25:36 +01:00
parent c274e87019
commit c0996c6569
16 changed files with 325 additions and 324 deletions

View file

@ -184,7 +184,6 @@ namespace SparkleLib {
if (File.Exists (identifier_path)) {
Identifier = File.ReadAllText (identifier_path).Trim ();
File.SetAttributes (identifier_path, FileAttributes.Hidden);
} else {
Identifier = CreateIdentifier ();
@ -192,6 +191,8 @@ namespace SparkleLib {
CreateInitialChangeSet ();
}
File.SetAttributes (identifier_path, FileAttributes.Hidden);
}