Commit Diff


commit - c90732a0e16a2a0046cdd088afc09b28ee2c0ba8
commit + 4fc679cacea9a8233281bb3be599325030daeca6
blob - f5c84ca62952bd4470712217816ceb634f002bb4
blob + 1b3c7fab664b9a2b1cd39384b9a55cdfb4c05e0b
--- tog/tog.c
+++ tog/tog.c
@@ -140,12 +140,10 @@ static const struct got_error *open_log_view(struct to
     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)