config: fix some whitespace

This commit is contained in:
Hylke Bons 2011-08-27 01:11:53 +02:00
parent 4d42639fcb
commit 36d7269974

View file

@ -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<string> Hosts {
get {
List<string> hosts = new List<string> ();
@ -350,3 +348,4 @@ namespace SparkleLib {
base (message) { }
}
}