Commit 3f2e2775 authored by Dafydd Harries's avatar Dafydd Harries

fix some indentation

darcs-hash:20070125172533-c9803-8889dc8b3a9e55b3e3a8bc0173fef2efe8184157.gz
parent 178fef32
...@@ -185,7 +185,7 @@ tcp_listen_loop ( ...@@ -185,7 +185,7 @@ tcp_listen_loop (
if (listen (sock, 5) < 0) if (listen (sock, 5) < 0)
{ {
g_print("listen() failed: %s\n", g_strerror (errno)); g_print ("listen() failed: %s\n", g_strerror (errno));
return FALSE; return FALSE;
} }
...@@ -211,7 +211,7 @@ tcp_listen_loop ( ...@@ -211,7 +211,7 @@ tcp_listen_loop (
} }
int int
main(int argc, char **argv) main (int argc, char **argv)
{ {
if (argc != 2) if (argc != 2)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment