From 26d24334b6359ca043ee39e23ae27adf6538a09a Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 12 Jun 2010 14:20:38 +0100 Subject: [PATCH] fix whitespace --- SparkleShare/SparkleBubble.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleBubble.cs b/SparkleShare/SparkleBubble.cs index e4fd1798..f2f8c554 100644 --- a/SparkleShare/SparkleBubble.cs +++ b/SparkleShare/SparkleBubble.cs @@ -34,7 +34,7 @@ namespace SparkleShare { bool CanHaveButtons = (System.Array.IndexOf (Notifications.Global.Capabilities, - "actions") > -1); + "actions") > -1); if (CanHaveButtons) base.AddAction(Action, Label, Handler);