Commit fbbb53b90ee30e5fde6281e4b06b3fc1d689e083

Omar Polo 2022-03-25T23:08:27

remove trailing whitespaces

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/patch.c b/lib/patch.c
index 7a53189..4bea692 100644
--- a/lib/patch.c
+++ b/lib/patch.c
@@ -487,7 +487,7 @@ patch_file(struct got_patch *p, const char *path, FILE *tmp, int nop,
 			err = apply_hunk(tmp, h, &lineno);
 		if (err != NULL)
 			goto done;
-		
+
 		copypos = ftello(orig);
 		if (copypos == -1) {
 			err = got_error_from_errno("ftello");