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
This commit is contained in:
Michael Natterer
2008-05-28 15:35:43 +00:00
committed by Michael Natterer
parent 0bf59ed22e
commit 2c5f8a5c2b
134 changed files with 311 additions and 328 deletions

View File

@ -79,7 +79,7 @@ struct _GtkTextView
gint pixels_above_lines;
gint pixels_below_lines;
gint pixels_inside_wrap;
GtkWrapMode wrap_mode;
GtkWrapMode wrap_mode;
GtkJustification justify;
gint left_margin;
gint right_margin;
@ -87,18 +87,16 @@ struct _GtkTextView
PangoTabArray *tabs;
guint editable : 1;
guint overwrite_mode : 1;
guint cursor_visible : 1;
/* if we have reset the IM since the last character entered */
guint need_im_reset : 1;
/* if we have reset the IM since the last character entered */
guint need_im_reset : 1;
guint accepts_tab : 1;
guint width_changed : 1;
/* debug flag - means that we've validated onscreen since the
* last "invalidate" signal from the layout
*/
@ -164,7 +162,7 @@ struct _GtkTextViewClass
void (* populate_popup) (GtkTextView *text_view,
GtkMenu *menu);
/* These are all RUN_ACTION signals for keybindings */
/* move insertion point */
@ -180,7 +178,7 @@ struct _GtkTextViewClass
void (* page_horizontally) (GtkTextView *text_view,
gint count,
gboolean extend_selection);
/* move the "anchor" (what Emacs calls the mark) to the cursor position */
void (* set_anchor) (GtkTextView *text_view);