remove trailing whitespaces
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");