From 1452e803fb5bde458fc3e6d2f1e130fd68c4bac9 Mon Sep 17 00:00:00 2001 From: Dren Kajmakchi Date: Sun, 15 Oct 2017 10:23:43 +0200 Subject: A tiny code style change --- src/common/hexchat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/common/hexchat.c b/src/common/hexchat.c index a878f009..e9a9a7fc 100644 --- a/src/common/hexchat.c +++ b/src/common/hexchat.c @@ -577,7 +577,7 @@ exec_notify_kill (session * sess) waitpid (re->childpid, NULL, WNOHANG); fe_input_remove (re->iotag); close (re->myfd); - g_free(re->linebuf); + g_free (re->linebuf); g_free (re); } #endif @@ -1102,7 +1102,7 @@ main (int argc, char *argv[]) #endif #ifdef USE_LIBPROXY - libproxy_factory = px_proxy_factory_new(); + libproxy_factory = px_proxy_factory_new (); #endif #ifdef WIN32 @@ -1148,7 +1148,7 @@ main (int argc, char *argv[]) #endif #ifdef USE_LIBPROXY - px_proxy_factory_free(libproxy_factory); + px_proxy_factory_free (libproxy_factory); #endif #ifdef WIN32 -- cgit 1.4.1