X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/06ce139fcc8c843fdfe7d030cba0e1215287d181..1c09c743b123af3471ac673fc37f09b28b83238a:/rsync.h diff --git a/rsync.h b/rsync.h index 9565ed77..14a09952 100644 --- 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 {