From 263d3bfb40c9bba7bc57b46b9af43bda6ad1b80a Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 12 Dec 2006 14:58:10 +0000 Subject: [PATCH] Neaten some function formatting. --- flist.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/flist.c b/flist.c index 62731a62..6497d34f 100644 --- a/flist.c +++ b/flist.c @@ -1045,8 +1045,7 @@ static void send_if_directory(int f, struct file_list *flist, * file list in memory without sending it over the wire. Also, get_dirlist() * might call this with f set to -2, which also indicates that local filter * rules should be ignored. */ -static void send_directory(int f, struct file_list *flist, - char *fbuf, int len) +static void send_directory(int f, struct file_list *flist, char *fbuf, int len) { struct dirent *di; unsigned remainder; @@ -1914,8 +1913,7 @@ char *f_name(struct file_struct *f, char *fbuf) * of the dirname string, and also indicates that "dirname" is a MAXPATHLEN * buffer (the functions we call will append names onto the end, but the old * dir value will be restored on exit). */ -struct file_list *get_dirlist(char *dirname, int dlen, - int ignore_filter_rules) +struct file_list *get_dirlist(char *dirname, int dlen, int ignore_filter_rules) { struct file_list *dirlist; char dirbuf[MAXPATHLEN]; -- 2.34.1