Commit Diff


commit - b4c20a19a96f836e92755f902bd6b06c55b27706
commit + ad055527e4991dce8cf1648f406a4af5e69b55c2
blob - 41a38da73b3c99dd62ddda5ae9e19708dea2b862
blob + 97ac0690a9232815bb10bc4a237246e2ec53e069
--- tog/tog.c
+++ tog/tog.c
@@ -6791,7 +6791,7 @@ input_tree_view(struct tog_view **new_view, struct tog
 		te = got_object_tree_get_last_entry(s->tree);
 		for (n = 0; n < eos; n++) {
 			if (te == NULL) {
-				if(s->tree != s->root) {
+				if (s->tree != s->root) {
 					s->first_displayed_entry = NULL;
 					n++;
 				}