commit 7607b8e0588a18b371f96092b43969a53ac94b09 from: Stefan Sperling date: Fri Nov 17 08:52:57 2023 UTC whitespace fix commit - 8def94257de0c243b087788186b73585ffc24f25 commit + 7607b8e0588a18b371f96092b43969a53ac94b09 blob - 807b59726fb1bd60b655c7536a08f348058f1da3 blob + 47f0357248e0fce31de5f002bfe19d13da3d5137 --- 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) {