From 219a3a83255c8bd15221d64826927bd4b697b504 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 12 Jun 2010 14:31:33 +0100 Subject: [PATCH] fix whitespace --- SparkleShare/SparkleBubble.cs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/SparkleShare/SparkleBubble.cs b/SparkleShare/SparkleBubble.cs index b1b90dad..d5a558fa 100644 --- a/SparkleShare/SparkleBubble.cs +++ b/SparkleShare/SparkleBubble.cs @@ -23,10 +23,12 @@ namespace SparkleShare { public class SparkleBubble : Notification { public SparkleBubble (string Title, string Subtext) : base (Title, Subtext) { - Timeout = 4500; - Urgency = Urgency.Low; - IconName = "folder-sparkleshare"; - AttachToStatusIcon (SparkleUI.NotificationIcon); + + Timeout = 4500; + Urgency = Urgency.Low; + IconName = "folder-sparkleshare"; + AttachToStatusIcon (SparkleUI.NotificationIcon); + } // Checks whether the system allows adding buttons to a notification,