whitespace
diff --git a/lib/diff.c b/lib/diff.c
index d151719..2ae156f 100644
--- a/lib/diff.c
+++ b/lib/diff.c
@@ -47,7 +47,6 @@ opentemp(void)
return (fdopen(fd, "w+"));
}
-
const struct got_error *
got_diff_blob(struct got_blob_object *blob1, struct got_blob_object *blob2,
const char *label1, const char *label2, FILE *outfile)