4 space indents
This commit is contained in:
parent
f6b19a1dc4
commit
e846063fa8
1 changed files with 12 additions and 11 deletions
|
@ -1117,7 +1117,8 @@ static void find_max_fd_foreach(GQuark n, gpointer data, gpointer max)
|
||||||
static void find_max_fd()
|
static void find_max_fd()
|
||||||
{
|
{
|
||||||
int tmpmax = -1;
|
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);
|
max_fd = MAX(x_fd, tmpmax);
|
||||||
#ifdef USE_SM
|
#ifdef USE_SM
|
||||||
max_fd = MAX(ice_fd, tmpmax);
|
max_fd = MAX(ice_fd, tmpmax);
|
||||||
|
|
Loading…
Reference in a new issue