From 63d65bb30ea8100b5b38b945241851b7b6c24941 Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Tue, 9 Sep 2008 19:36:51 +0000 Subject: [PATCH] formatting --- src/iodined.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/iodined.c b/src/iodined.c index 6315e7e..e94637c 100644 --- a/src/iodined.c +++ b/src/iodined.c @@ -422,7 +422,8 @@ tunnel_dns(int tun_fd, int dns_fd, int bind_fd) if (debug >= 1) { struct sockaddr_in *tempin; tempin = (struct sockaddr_in *) &(q.from); - printf("RX: client %s, type %d, name %s\n", inet_ntoa(tempin->sin_addr), q.type, q.name); + printf("RX: client %s, type %d, name %s\n", + inet_ntoa(tempin->sin_addr), q.type, q.name); } domain = strstr(q.name, topdomain);