update coding style (2)

This commit is contained in:
Hylke Bons 2010-06-12 17:30:31 +01:00
parent e98a97a505
commit a859641089

View file

@ -39,6 +39,7 @@ namespace SparkleShare {
"icons", "hicolor");
public static string SparkleAvatarPath {
get {
string XDG_CACHE_HOME =
@ -49,8 +50,8 @@ namespace SparkleShare {
else
return SparkleHelpers.CombineMore
(HomePath, ".cache", "sparkleshare");
}
}
public static string SparkleIconPath =