From a859641089bc9884b120573a2d7a50429ac22dad Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 12 Jun 2010 17:30:31 +0100 Subject: [PATCH] update coding style (2) --- SparkleShare/SparklePaths.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SparkleShare/SparklePaths.cs b/SparkleShare/SparklePaths.cs index 40e2c96d..b4f91f2c 100644 --- a/SparkleShare/SparklePaths.cs +++ b/SparkleShare/SparklePaths.cs @@ -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 =