aboutsummaryrefslogtreecommitdiffstats
path: root/flist.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-12-12 14:58:10 +0000
committerWayne Davison <wayned@samba.org>2006-12-12 14:58:10 +0000
commit263d3bfb40c9bba7bc57b46b9af43bda6ad1b80a (patch)
tree59144ef3b2db9009344dd1d8d43625ddca0f8b3a /flist.c
parentbf466c0f82e75b1bd3544a35a40b447de43e8852 (diff)
downloadandroid_external_rsync-263d3bfb40c9bba7bc57b46b9af43bda6ad1b80a.tar.gz
android_external_rsync-263d3bfb40c9bba7bc57b46b9af43bda6ad1b80a.tar.bz2
android_external_rsync-263d3bfb40c9bba7bc57b46b9af43bda6ad1b80a.zip
Neaten some function formatting.
Diffstat (limited to 'flist.c')
-rw-r--r--flist.c6
1 files 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];