Commit Diff
--- gotwebd/gotweb.c +++ gotwebd/gotweb.c @@ -215,7 +215,7 @@ gotweb_process_request(struct request *c) goto err; } - switch(qs->action) { + switch (qs->action) { case BLAME: error = got_get_repo_commits(c, 1); if (error) {
--- gotwebd/gotweb.c +++ gotwebd/gotweb.c @@ -215,7 +215,7 @@ gotweb_process_request(struct request *c) goto err; } - switch(qs->action) { + switch (qs->action) { case BLAME: error = got_get_repo_commits(c, 1); if (error) {