From 5190c7397c407f07d14989d32e711131aa57d39b Mon Sep 17 00:00:00 2001 From: Havoc Pennington <hp@redhat.com> Date: Mon, 30 Oct 2000 17:03:00 +0000 Subject: Massive reindentation and reformatting. Arg alignment and comments still 2000-10-30 Havoc Pennington <hp@redhat.com> * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c, gtktextbuffer.h, gtktextchild.c, gtktextchild.h, gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h, gtktextiter.c, gtktextiter.h, gtktextiterprivate.h, gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h, gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h, gtktexttag.c, gtktexttag.h, gtktexttagprivate.h, gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c, gtktexttypes.h, gtktextview.c, gtktextview.h: Massive reindentation and reformatting. Arg alignment and comments still need fixing in various places. --- gtk/gtktextsegment.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'gtk/gtktextsegment.h') diff --git a/gtk/gtktextsegment.h b/gtk/gtktextsegment.h index c6930295ad..b28ec9f42d 100644 --- a/gtk/gtktextsegment.h +++ b/gtk/gtktextsegment.h @@ -83,23 +83,23 @@ struct _GtkTextLineSegmentClass { GtkTextSegDeleteFunc deleteFunc; /* Procedure to call to delete * segment. */ GtkTextSegCleanupFunc cleanupFunc; /* After any change to a line, this - * procedure is invoked for all - * segments left in the line to - * perform any cleanup they wish - * (e.g. joining neighboring - * segments). */ + * procedure is invoked for all + * segments left in the line to + * perform any cleanup they wish + * (e.g. joining neighboring + * segments). */ GtkTextSegLineChangeFunc lineChangeFunc; - /* Invoked when a segment is about - * to be moved from its current line - * to an earlier line because of - * a deletion. The line is that - * for the segment's old line. - * CleanupFunc will be invoked after - * the deletion is finished. */ + /* Invoked when a segment is about + * to be moved from its current line + * to an earlier line because of + * a deletion. The line is that + * for the segment's old line. + * CleanupFunc will be invoked after + * the deletion is finished. */ GtkTextSegCheckFunc checkFunc; /* Called during consistency checks - * to check internal consistency of - * segment. */ + * to check internal consistency of + * segment. */ }; /* @@ -113,7 +113,7 @@ struct _GtkTextLineSegment { * line, or NULL for end of list. */ int char_count; /* # of chars of index space occupied */ - + int byte_count; /* Size of this segment (# of bytes * of index space it occupies). */ union { -- cgit v1.2.1