Commit Diff


commit - 4010d4df50dda763bb43dc445ca83ab74420f84e
commit + d52aad142172d4a9c6219ac2f685a90832fa0838
blob - ec5db052913d3119af5581804ba569a185df089a
blob + c9025f9b0c09acff3245e5476c5242711a24a7b7
--- gotwebd/gotweb.c
+++ gotwebd/gotweb.c
@@ -968,7 +968,7 @@ gotweb_render_index(struct request *c)
 
 		if (lstat(c_path, &st) == 0 && S_ISDIR(st.st_mode) &&
 		    !got_path_dir_is_empty(c_path))
-		t->repos_total++;
+			t->repos_total++;
 		free(c_path);
 		c_path = NULL;
 	}