Commit Diff


commit - 7add508939566c87bdcbcf95b0e14181f23ba65c
commit + f5f21873d3089daca895431606bb8bc769870739
blob - 1003653a384b3a80974570173cc25deeb571da5e
blob + ca2bf2a6e7fadfa6cda8ee4b2b02d1c8ee736429
--- lib/patch.c
+++ lib/patch.c
@@ -484,7 +484,7 @@ patch_file(struct got_patch *p, const char *path, FILE
 			err = apply_hunk(tmp, h, &lineno);
 		if (err != NULL)
 			goto done;
-		
+
 		copypos = ftello(orig);
 		if (copypos == -1) {
 			err = got_error_from_errno("ftello");