[gtk+] Whitespace fixes
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Whitespace fixes
- Date: Mon, 19 Dec 2011 18:01:01 +0000 (UTC)
commit f7ce4d77404b0f79e32f82eac018247a80f9eab1
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Dec 2 18:21:10 2011 -0500
Whitespace fixes
examples/bloatpad.c | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/examples/bloatpad.c b/examples/bloatpad.c
index f09c4c5..8cd41c1 100644
--- a/examples/bloatpad.c
+++ b/examples/bloatpad.c
@@ -34,28 +34,28 @@ get_clipboard (GtkWidget *widget)
static void
window_copy (GSimpleAction *action,
- GVariant *parameter,
- gpointer user_data)
+ GVariant *parameter,
+ gpointer user_data)
{
GtkWindow *window = GTK_WINDOW (user_data);
GtkTextView *text = g_object_get_data ((GObject*)window, "bloatpad-text");
gtk_text_buffer_copy_clipboard (gtk_text_view_get_buffer (text),
- get_clipboard ((GtkWidget*) text));
+ get_clipboard ((GtkWidget*) text));
}
static void
window_paste (GSimpleAction *action,
- GVariant *parameter,
- gpointer user_data)
+ GVariant *parameter,
+ gpointer user_data)
{
GtkWindow *window = GTK_WINDOW (user_data);
GtkTextView *text = g_object_get_data ((GObject*)window, "bloatpad-text");
gtk_text_buffer_paste_clipboard (gtk_text_view_get_buffer (text),
- get_clipboard ((GtkWidget*) text),
- NULL,
- TRUE);
+ get_clipboard ((GtkWidget*) text),
+ NULL,
+ TRUE);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]