aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/junk-settings.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-11-15 06:04:21 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-11-15 06:04:21 +0800
commit9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 (patch)
tree2e1e96f33404781354c422a7e9beaf458ebeb655 /plugins/groupwise-features/junk-settings.h
parent7e8f8bb9e5167b0219b48ab3e8062080d3740b0a (diff)
downloadgsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.gz
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.bz2
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.lz
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.xz
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.zst
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.zip
** Remove trailing whitespace from source code.
2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
Diffstat (limited to 'plugins/groupwise-features/junk-settings.h')
-rw-r--r--plugins/groupwise-features/junk-settings.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/groupwise-features/junk-settings.h b/plugins/groupwise-features/junk-settings.h
index 5a9b57ce12..59204e1f14 100644
--- a/plugins/groupwise-features/junk-settings.h
+++ b/plugins/groupwise-features/junk-settings.h
@@ -59,11 +59,11 @@ struct _GtkVBox;
struct _JunkSettings {
GtkVBox parent_object;
-
+
struct _GladeXML *xml;
-
+
/* General tab */
-
+
/* Default Behavior */
struct _GtkTreeView *entry_list;
struct _GtkButton *add_button;
@@ -78,7 +78,7 @@ struct _JunkSettings {
struct _GtkVBox *vbox;
struct _GtkVBox *table;
struct _GtkWidget *window;
-
+
GList *junk_list;
gint users;
gint flag_for_ok;
@@ -89,7 +89,7 @@ struct _JunkSettings {
struct _JunkSettingsClass {
GtkVBoxClass parent_class;
-
+
};
GType junk_settings_get_type (void);