[gtk+/wip/gmenu: 84/87] Whitespace fixes
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/gmenu: 84/87] Whitespace fixes
- Date: Sat, 3 Dec 2011 23:55:12 +0000 (UTC)
commit d81b039172be3e4416fae0ccf9d1d386f6a4f294
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]