From c76e4f243469f38613d179be9eb6a0ef51b6bf84 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 14 May 2011 04:09:07 +0100 Subject: [PATCH] Replace the last tab with spaces :) --- SparkleShare/SparkleBubble.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleBubble.cs b/SparkleShare/SparkleBubble.cs index 2905d02f..e1946d55 100644 --- a/SparkleShare/SparkleBubble.cs +++ b/SparkleShare/SparkleBubble.cs @@ -21,7 +21,7 @@ using Gtk; using Notifications; namespace SparkleShare { - + public class SparkleBubble : Notification { public SparkleBubble (string title, string subtext) : base (title, subtext)