From 7b8f7ac497b27f8b0f87db09032f3a686fcb72e8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 14 May 2008 21:23:02 +0000 Subject: [PATCH] replace two indentation TABs with spaces --- qemud/qemud.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemud/qemud.c b/qemud/qemud.c index a4c1a44a7a..5b91a5532f 100644 --- a/qemud/qemud.c +++ b/qemud/qemud.c @@ -594,7 +594,7 @@ remoteMakeSockets (int *fds, int max_fds, int *nfds_r, const char *node, const c */ static int remoteListenTCP (struct qemud_server *server, - const char *addr, + const char *addr, const char *port, int type, int auth)