aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-display.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-19 02:05:05 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-19 02:05:38 +0800
commitdcf2c0e754d6e251733cea74c2427738122620af (patch)
tree358d2c639c2a5b5cf5fc8f28c515076f8b4d4e5d /mail/em-format-html-display.c
parent76fc1247ba88575c0f6e0040672e19e66f53da4f (diff)
downloadgsoc2013-evolution-dcf2c0e754d6e251733cea74c2427738122620af.tar.gz
gsoc2013-evolution-dcf2c0e754d6e251733cea74c2427738122620af.tar.zst
gsoc2013-evolution-dcf2c0e754d6e251733cea74c2427738122620af.zip
More whitespace cleanup.
Diffstat (limited to 'mail/em-format-html-display.c')
-rw-r--r--mail/em-format-html-display.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c
index 48595582da..312e5a1fb5 100644
--- a/mail/em-format-html-display.c
+++ b/mail/em-format-html-display.c
@@ -333,13 +333,13 @@ em_format_html_display_get_type (void)
static gboolean
efhd_scroll_event(GtkWidget *w, GdkEventScroll *event, EMFormatHTMLDisplay *efhd)
{
- if(event->state & GDK_CONTROL_MASK)
+ if (event->state & GDK_CONTROL_MASK)
{
- if(event->direction == GDK_SCROLL_UP)
+ if (event->direction == GDK_SCROLL_UP)
{
gtk_html_zoom_in (efhd->formathtml.html);
}
- else if(event->direction == GDK_SCROLL_DOWN)
+ else if (event->direction == GDK_SCROLL_DOWN)
{
gtk_html_zoom_out (efhd->formathtml.html);
}
@@ -640,7 +640,7 @@ efhd_xpkcs7mime_viewcert_clicked(GtkWidget *button, struct _smime_pobject *po)
g_signal_connect(w, "response", G_CALLBACK(efhd_xpkcs7mime_viewcert_foad), po);
if (w && po->widget)
- gtk_window_set_transient_for((GtkWindow *)w, (GtkWindow *)po->widget);
+ gtk_window_set_transient_for ((GtkWindow *)w, (GtkWindow *)po->widget);
g_object_unref(ec);
} else {
@@ -1300,7 +1300,7 @@ efhd_image_fit_width(GtkWidget *widget, GdkEventButton *event, struct _attach_pu
if (info->shown && info->image) {
if (info->fit_width != 0) {
if (em_icon_stream_is_resized(info->puri.cid, info->fit_width, info->fit_height)) {
- if(info->fit_width != width) {
+ if (info->fit_width != width) {
info->fit_width = width;
e_cursor_set (widget->window, E_CURSOR_ZOOM_IN);
} else {