From 9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 14 Nov 2007 22:04:21 +0000 Subject: ** Remove trailing whitespace from source code. 2007-11-14 Matthew Barnes ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537 --- filter/rule-editor.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'filter/rule-editor.h') diff --git a/filter/rule-editor.h b/filter/rule-editor.h index e7a21eb157..90a979205a 100644 --- a/filter/rule-editor.h +++ b/filter/rule-editor.h @@ -43,33 +43,33 @@ typedef struct _RuleEditorUndo RuleEditorUndo; struct _RuleEditor { GtkDialog parent_object; - + GtkListStore *model; GtkTreeView *list; - + RuleContext *context; FilterRule *current; FilterRule *edit; /* for editing/adding rules, so we only do 1 at a time */ - + GtkWidget *dialog; - + char *source; - + struct _RuleEditorUndo *undo_log; /* cancel/undo log */ unsigned int undo_active:1; /* we're performing undo */ - + struct _RuleEditorPrivate *priv; }; struct _RuleEditorClass { GtkDialogClass parent_class; - + /* virtual methods */ void (*set_sensitive) (RuleEditor *); void (*set_source) (RuleEditor *, const char *source); - + FilterRule *(*create_rule) (RuleEditor *); - + /* signals */ }; @@ -82,7 +82,7 @@ enum { struct _RuleEditorUndo { struct _RuleEditorUndo *next; - + unsigned int type; FilterRule *rule; int rank; -- cgit v1.2.3