From 3b1865b52e8d45c1387176d5c08b8a3441d50a50 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 18 May 2009 17:53:55 +0200 Subject: Fix coding style --- src/empathy-ft-manager.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/empathy-ft-manager.c') diff --git a/src/empathy-ft-manager.c b/src/empathy-ft-manager.c index 7b3e88a24..b4f74ec89 100644 --- a/src/empathy-ft-manager.c +++ b/src/empathy-ft-manager.c @@ -281,7 +281,7 @@ ft_manager_format_progress_bytes_and_percentage (guint64 current, if (percentage != NULL) { - if (total != 0) + if (total != 0) *percentage = current * 100 / total; else *percentage = -1; @@ -896,7 +896,7 @@ ft_manager_delete_event_cb (GtkWidget *widget, /* There is still FTs on flight, just hide the window */ DEBUG ("Hiding window"); gtk_widget_hide (widget); - return TRUE; + return TRUE; } return FALSE; -- cgit v1.2.3