summary refs log tree commit diff stats
path: root/src/fe-gtk/plugin-tray.c
diff options
context:
space:
mode:
authorArnavion <arnavion@gmail.com>2013-12-27 19:50:40 -0800
committerArnavion <arnavion@gmail.com>2013-12-27 19:50:50 -0800
commit2bd1c3f99d7782d7208f48ce11867093b711afb8 (patch)
tree8f4b71b26cf78b704908ca4fc76e9e102f09be67 /src/fe-gtk/plugin-tray.c
parentc531db4714ae1b3c3345c731d64a282402f610d4 (diff)
Fixed whitespace.
Diffstat (limited to 'src/fe-gtk/plugin-tray.c')
-rw-r--r--src/fe-gtk/plugin-tray.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fe-gtk/plugin-tray.c b/src/fe-gtk/plugin-tray.c
index ec63ac89..1b93f193 100644
--- a/src/fe-gtk/plugin-tray.c
+++ b/src/fe-gtk/plugin-tray.c
@@ -764,15 +764,15 @@ tray_priv (char *from, char *text)
 
 	if (prefs.hex_input_tray_priv)
 	{
-		tray_set_flash(ICON_MSG);
+		tray_set_flash (ICON_MSG);
 
 		tray_priv_count++;
 		if (tray_priv_count == 1)
-			tray_set_tipf(_(DISPLAY_NAME": Private message from: %s (%s)"),
-			from, network);
+			tray_set_tipf (_(DISPLAY_NAME": Private message from: %s (%s)"),
+								from, network);
 		else
-			tray_set_tipf(_(DISPLAY_NAME": %u private messages, latest from: %s (%s)"),
-			tray_priv_count, from, network);
+			tray_set_tipf (_(DISPLAY_NAME": %u private messages, latest from: %s (%s)"),
+								tray_priv_count, from, network);
 	}
 
 	if (prefs.hex_input_balloon_priv)