[gtk+/composite-templates] Trivial: Fix a whitespace messup
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/composite-templates] Trivial: Fix a whitespace messup
- Date: Fri, 14 Sep 2012 21:18:45 +0000 (UTC)
commit 8746fd349472a31e7243298b59305d5eccee000b
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Aug 25 14:24:20 2012 -0400
Trivial: Fix a whitespace messup
Pointed out by Carlos Garnacho in bug 651244.
gtk/gtkentry.c | 4 ++--
gtk/gtktextview.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index f82512c..cb1c56a 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -10385,7 +10385,7 @@ gtk_entry_set_input_purpose (GtkEntry *entry,
NULL);
g_object_notify (G_OBJECT (entry), "input-purpose");
- }
+ }
}
/**
@@ -10434,7 +10434,7 @@ gtk_entry_set_input_hints (GtkEntry *entry,
NULL);
g_object_notify (G_OBJECT (entry), "input-hints");
- }
+ }
}
/**
diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c
index 6f8fb26..f818848 100644
--- a/gtk/gtktextview.c
+++ b/gtk/gtktextview.c
@@ -9712,7 +9712,7 @@ gtk_text_view_set_input_purpose (GtkTextView *text_view,
NULL);
g_object_notify (G_OBJECT (text_view), "input-purpose");
- }
+ }
}
/**
@@ -9763,7 +9763,7 @@ gtk_text_view_set_input_hints (GtkTextView *text_view,
NULL);
g_object_notify (G_OBJECT (text_view), "input-hints");
- }
+ }
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]