4 space indents

This commit is contained in:
Dana Jansens 2003-06-27 00:03:43 +00:00
parent f6b19a1dc4
commit e846063fa8

View file

@ -1117,7 +1117,8 @@ static void find_max_fd_foreach(GQuark n, gpointer data, gpointer max)
static void find_max_fd()
{
int tmpmax = -1;
g_datalist_foreach(&fd_handler_list, find_max_fd_foreach, (gpointer)&tmpmax);
g_datalist_foreach(&fd_handler_list, find_max_fd_foreach,
(gpointer)&tmpmax);
max_fd = MAX(x_fd, tmpmax);
#ifdef USE_SM
max_fd = MAX(ice_fd, tmpmax);