From: Jim Meyering Date: Wed, 14 May 2008 21:23:02 +0000 (+0000) Subject: replace two indentation TABs with spaces X-Git-Tag: LIBVIRT_0_4_4~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b8f7ac497b27f8b0f87db09032f3a686fcb72e8;p=thirdparty%2Flibvirt.git replace two indentation TABs with spaces --- 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)