indent -kr -i8
authorMartin Pool <mbp@samba.org>
Wed, 23 Jan 2002 07:52:52 +0000 (07:52 +0000)
committerMartin Pool <mbp@samba.org>
Wed, 23 Jan 2002 07:52:52 +0000 (07:52 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index 9565ed7..14a0995 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -373,11 +373,11 @@ struct sum_buf {
 };
 
 struct sum_struct {
-  OFF_T flength;               /* total file length */
-  size_t count;                        /* how many chunks */
-  size_t remainder;            /* flength % block_length */
-  size_t n;                    /* block_length */
-  struct sum_buf *sums;                /* points to info for each chunk */
+       OFF_T flength;          /* total file length */
+       size_t count;           /* how many chunks */
+       size_t remainder;       /* flength % block_length */
+       size_t n;               /* block_length */
+       struct sum_buf *sums;   /* points to info for each chunk */
 };
 
 struct map_struct {