From 764145c0f5f903a4cc959f32b1e695f4ea5a4f4d Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 13 Jun 2010 16:10:58 +0100 Subject: [PATCH] Fix whitespace --- SparkleShare/SparkleDialog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleDialog.cs b/SparkleShare/SparkleDialog.cs index 99c31f9d..f20f6f5c 100644 --- a/SparkleShare/SparkleDialog.cs +++ b/SparkleShare/SparkleDialog.cs @@ -184,7 +184,7 @@ namespace SparkleShare { SparkleHelpers.CombineMore ( SparklePaths.SparklePath, RepoName); Process.Start (); - } ); + } ); FinishedBubble.Show (); }