From: Wayne Davison Date: Wed, 14 Jul 2004 16:39:08 +0000 (+0000) Subject: Committed a space-tweak from Chris Shoemaker. X-Git-Tag: v2.6.3pre1~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3979b025d205faff466172000dd94dfdc46f032;p=thirdparty%2Frsync.git Committed a space-tweak from Chris Shoemaker. --- diff --git a/receiver.c b/receiver.c index 9c661810..ac8f26bb 100644 --- a/receiver.c +++ b/receiver.c @@ -289,7 +289,7 @@ static int receive_data(int f_in,struct map_struct *mapbuf,int fd,char *fname, * main routine for receiver process. * * Receiver process runs on the same host as the generator process. */ -int recv_files(int f_in,struct file_list *flist,char *local_name) +int recv_files(int f_in, struct file_list *flist, char *local_name) { int fd1,fd2; STRUCT_STAT st;