Commit e72902bba471f4cc79a683874c7db184aa503fd6

Stefan Sperling 2018-05-20T13:40:36

whitespace

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tog/tog.c b/tog/tog.c
index 46284fb..1cbc6ae 100644
--- a/tog/tog.c
+++ b/tog/tog.c
@@ -230,7 +230,6 @@ free_commits(struct commit_queue *commits)
 		pop_commit(commits);
 }
 
-
 static const struct got_error *
 fetch_parent_commit(struct commit_queue_entry **pentry,
     struct commit_queue_entry *entry, struct got_repository *repo)