Commit Diff


commit - 2ad628aa08a0a0084b17fe859200e9401e16379d
commit + 718f152479de25de4fbdba147d6fb558e9ca9abe
blob - 002f8029c917140c685266431c5f476974283a74
blob + 23379f036b7d23a68906243083354185bd52f714
--- 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;
 	}