Commit 4fc679cacea9a8233281bb3be599325030daeca6

Stefan Sperling 2018-08-04T15:48:45

knf

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/tog/tog.c b/tog/tog.c
index f5c84ca..1b3c7fa 100644
--- a/tog/tog.c
+++ b/tog/tog.c
@@ -140,12 +140,10 @@ static const struct got_error *open_log_view(struct tog_view *,
     struct got_object_id *, struct got_repository *, const char *);
 static const struct got_error * show_log_view(struct tog_view *);
 static void close_log_view(struct tog_view *);
-static const struct got_error *
-show_blame_view(struct tog_view *, const char *, struct got_object_id *,
-    struct got_repository *);
-static const struct got_error *
-show_tree_view(struct tog_view *, struct got_tree_object *,
+static const struct got_error *show_blame_view(struct tog_view *, const char *,
     struct got_object_id *, struct got_repository *);
+static const struct got_error *show_tree_view(struct tog_view *,
+    struct got_tree_object *, struct got_object_id *, struct got_repository *);
 
 static void
 view_close(struct tog_view *view)