diff src/idle.c @ 2372:2927c2c26fe6

[gaim-migrate @ 2385] reformatting. nothing else. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 27 Sep 2001 19:17:11 +0000
parents bd9d403fb15b
children 427ccd7dfdd2
line wrap: on
line diff
--- a/src/idle.c	Thu Sep 27 17:44:23 2001 +0000
+++ b/src/idle.c	Thu Sep 27 19:17:11 2001 +0000
@@ -69,8 +69,7 @@
 #endif /* USE_SCREENSAVER */
 		idle_time = t - gc->lastsent;
 
-	if ((away_options & OPT_AWAY_AUTO) && (idle_time > (60 * auto_away)) &&
-			(!gc->is_auto_away)) {
+	if ((away_options & OPT_AWAY_AUTO) && (idle_time > (60 * auto_away)) && (!gc->is_auto_away)) {
 		if (!gc->away) {
 			debug_printf("making %s away automatically\n", gc->username);
 			if (g_slist_length(connections) == 1)