Second attempt at aligning SparklePlugin

This commit is contained in:
Konstantinos Vaggelakos 2012-03-23 16:33:48 +01:00
parent 783f51a763
commit 82e9d0da24

View file

@ -96,12 +96,12 @@ namespace SparkleShare {
}
public Boolean LowerCasePath {
get {
if (GetValue ("info", "lower_case_path").Equals ("true"))
return true;
else
return false;
}
get {
if (GetValue ("info", "lower_case_path").Equals ("true"))
return true;
else
return false;
}
}