From 4295c8b88f2fbc6ac6de28a6406ea66f15af4ef3 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 27 Aug 2011 01:11:53 +0200 Subject: [PATCH] config: fix some whitespace --- SparkleLib/SparkleConfig.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/SparkleLib/SparkleConfig.cs b/SparkleLib/SparkleConfig.cs index bbfae552..bbf0bc37 100644 --- a/SparkleLib/SparkleConfig.cs +++ b/SparkleLib/SparkleConfig.cs @@ -28,10 +28,9 @@ namespace SparkleLib { public static string ConfigPath = Path.Combine ( Environment.GetFolderPath (Environment.SpecialFolder.ApplicationData), - "sparkleshare"); + "sparkleshare"); - public static SparkleConfig DefaultConfig = new SparkleConfig ( - ConfigPath, "config.xml"); + public static SparkleConfig DefaultConfig = new SparkleConfig (ConfigPath, "config.xml"); public string FullPath; @@ -251,7 +250,6 @@ namespace SparkleLib { } - public List Hosts { get { List hosts = new List (); @@ -350,3 +348,4 @@ namespace SparkleLib { base (message) { } } } +