[gnome-chat] Style fixes



commit 1fb3bbdc1025ca52dbcfb2da382671246b4d62f5
Author: Yosef Or Boczko <yoseforb gmail com>
Date:   Wed Oct 16 17:11:26 2013 +0300

    Style fixes

 src/chat-conversation-view.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/chat-conversation-view.c b/src/chat-conversation-view.c
index 393a5c6..e308746 100644
--- a/src/chat-conversation-view.c
+++ b/src/chat-conversation-view.c
@@ -31,6 +31,7 @@ G_DEFINE_TYPE_WITH_CODE (ChatConversationView, chat_conversation_view, GTK_TYPE_
                          G_IMPLEMENT_INTERFACE (GTK_TYPE_BUILDABLE,
                                                 chat_conversation_view_buildable_init));
 
+
 static void
 chat_conversation_get_preferred_width (GtkWidget *widget, gint *minimum_width, gint *natural_width)
 {
@@ -41,6 +42,7 @@ chat_conversation_get_preferred_width (GtkWidget *widget, gint *minimum_width, g
     *natural_width = 1;
 }
 
+
 static void
 chat_conversation_view_init (ChatConversationView *self)
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]