A tiny code style change
This commit is contained in:
parent
6f8b8c3d3c
commit
1452e803fb
@ -577,7 +577,7 @@ exec_notify_kill (session * sess)
|
|||||||
waitpid (re->childpid, NULL, WNOHANG);
|
waitpid (re->childpid, NULL, WNOHANG);
|
||||||
fe_input_remove (re->iotag);
|
fe_input_remove (re->iotag);
|
||||||
close (re->myfd);
|
close (re->myfd);
|
||||||
g_free(re->linebuf);
|
g_free (re->linebuf);
|
||||||
g_free (re);
|
g_free (re);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
@ -1102,7 +1102,7 @@ main (int argc, char *argv[])
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_LIBPROXY
|
#ifdef USE_LIBPROXY
|
||||||
libproxy_factory = px_proxy_factory_new();
|
libproxy_factory = px_proxy_factory_new ();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
@ -1148,7 +1148,7 @@ main (int argc, char *argv[])
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_LIBPROXY
|
#ifdef USE_LIBPROXY
|
||||||
px_proxy_factory_free(libproxy_factory);
|
px_proxy_factory_free (libproxy_factory);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
Loading…
Reference in New Issue
Block a user