From 2c5f8a5c2baf4409e01139eadf2589ca46fe29cc Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Wed, 28 May 2008 15:35:43 +0000 Subject: whitespace cleanup: remove trailing whitespace and excess newlines and 2008-05-28 Michael Natterer * 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 --- gtk/gtktextview.h | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'gtk/gtktextview.h') diff --git a/gtk/gtktextview.h b/gtk/gtktextview.h index d7089da956..c71b7bb8d1 100644 --- a/gtk/gtktextview.h +++ b/gtk/gtktextview.h @@ -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); -- cgit v1.2.1