Commit Diff


commit - c05917519693be1493bfc72e2b26582be8d33812
commit + fbbb53b90ee30e5fde6281e4b06b3fc1d689e083
blob - 7a531892158d2e38781806351827aa51d3c4970a
blob + 4bea692e5b2c362795981a69b86a1446aa52ec7c
--- lib/patch.c
+++ lib/patch.c
@@ -487,7 +487,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");