From 2ad6f3dee6bc54535003f4ab26bbc587b7efa38c Mon Sep 17 00:00:00 2001 From: rgrimes Date: Tue, 30 May 1995 05:05:38 +0000 Subject: Remove trailing whitespace. --- gnu/usr.bin/diff/ed.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/usr.bin/diff/ed.c') diff --git a/gnu/usr.bin/diff/ed.c b/gnu/usr.bin/diff/ed.c index 717ef35..24f7270 100644 --- a/gnu/usr.bin/diff/ed.c +++ b/gnu/usr.bin/diff/ed.c @@ -36,7 +36,7 @@ print_ed_script (script) static void print_ed_hunk (hunk) - struct change *hunk; + struct change *hunk; { int f0, l0, f1, l1; int deletes, inserts; @@ -180,7 +180,7 @@ print_rcs_hunk (hunk) and the number of lines deleted. */ fprintf (outfile, "%d %d\n", tf0, - (tl0 >= tf0 ? tl0 - tf0 + 1 : 1)); + (tl0 >= tf0 ? tl0 - tf0 + 1 : 1)); } if (inserts) @@ -191,7 +191,7 @@ print_rcs_hunk (hunk) translate_range (&files[1], f1, l1, &tf1, &tl1); fprintf (outfile, "%d %d\n", tl0, - (tl1 >= tf1 ? tl1 - tf1 + 1 : 1)); + (tl1 >= tf1 ? tl1 - tf1 + 1 : 1)); /* Print the inserted lines. */ for (i = f1; i <= l1; i++) -- cgit v1.1