commit 0cb61c47411c6e1df1523ca75bb75a2ec80c271c from: Stefan Sperling date: Thu Nov 30 01:39:35 2017 UTC whitespace commit - f9d67749a9af07e9813218e2735bf24262ac77f7 commit + 0cb61c47411c6e1df1523ca75bb75a2ec80c271c blob - d1517194e0d594e22c604e4193892ec525410347 blob + 2ae156f80cb39b5f161dab6616f418f2d08d7f43 --- lib/diff.c +++ 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)