Commit 0cb61c47411c6e1df1523ca75bb75a2ec80c271c

Stefan Sperling 2017-11-30T02:39:35

whitespace

1
2
3
4
5
6
7
8
9
10
11
12
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)