summaryrefslogtreecommitdiff
path: root/src/patch.c
diff options
context:
space:
mode:
authorDonovan Baarda <abo@minkirri.apana.org.au>2018-02-25 14:04:09 +1100
committerDonovan Baarda <abo@minkirri.apana.org.au>2018-02-25 14:04:09 +1100
commita0bfd4c7291bfe23755e4fcd6336fe3f847f64d8 (patch)
tree088eaeff21b40d2b2f2a92c666a9e2ab44ec99d3 /src/patch.c
parentc5715988085d06ed1b9631c37ff8a9a0a4d9468b (diff)
downloadlibrsync-a0bfd4c7291bfe23755e4fcd6336fe3f847f64d8.tar.gz
Run 'make tidyc' after fixing tidyc to be more repeatable.
Diffstat (limited to 'src/patch.c')
-rw-r--r--src/patch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/patch.c b/src/patch.c
index 1537795..38ef20c 100644
--- a/src/patch.c
+++ b/src/patch.c
@@ -47,8 +47,8 @@ static rs_result rs_patch_s_literal(rs_job_t *);
static rs_result rs_patch_s_copy(rs_job_t *);
static rs_result rs_patch_s_copying(rs_job_t *);
-/** State of trying to read the first byte of a command. Once we've taken
- * that in, we can know how much data to read to get the arguments. */
+/** State of trying to read the first byte of a command. Once we've taken that
+ * in, we can know how much data to read to get the arguments. */
static rs_result rs_patch_s_cmdbyte(rs_job_t *job)
{
rs_result result;