diff options
author | Michael Natterer <mitch@imendio.com> | 2008-05-28 15:35:43 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-05-28 15:35:43 +0000 |
commit | 2c5f8a5c2baf4409e01139eadf2589ca46fe29cc (patch) | |
tree | dc564a9d2ed48218754a19aefc9f154f16928ac9 /gtk/gtkclipboard.h | |
parent | 0bf59ed22e22dd10e16e862eb3a1bf3801af3046 (diff) | |
download | gtk+-2c5f8a5c2baf4409e01139eadf2589ca46fe29cc.tar.gz |
whitespace cleanup: remove trailing whitespace and excess newlines and
2008-05-28 Michael Natterer <mitch@imendio.com>
* gtk/gtk*.h: whitespace cleanup: remove trailing whitespace and
excess newlines and sprinkled some newlines where needed. Zero
code or formatting changes included.
svn path=/trunk/; revision=20225
Diffstat (limited to 'gtk/gtkclipboard.h')
-rw-r--r-- | gtk/gtkclipboard.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkclipboard.h b/gtk/gtkclipboard.h index 5de4152793..3132a5c798 100644 --- a/gtk/gtkclipboard.h +++ b/gtk/gtkclipboard.h @@ -16,7 +16,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * - * Global clipboard abstraction. + * Global clipboard abstraction. */ #if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) @@ -138,12 +138,12 @@ void gtk_clipboard_set_can_store (GtkClipboard *clipboard, gint n_targets); void gtk_clipboard_store (GtkClipboard *clipboard); - + /* private */ void _gtk_clipboard_handle_event (GdkEventOwnerChange *event); void _gtk_clipboard_store_all (void); - + G_END_DECLS #endif /* __GTK_CLIPBOARD_H__ */ |