commit aea518b5677939b97a7c9068389ec98a00dc0ffc from: Stefan Sperling via: Thomas Adam date: Wed Nov 22 22:48:01 2023 UTC whitespace fix commit - f422fd17f5e761577489af8e09480ed6cd2f61bf commit + aea518b5677939b97a7c9068389ec98a00dc0ffc blob - 7a9a9f0e03cad61e54c7ec8338638d8012926bd2 blob + 3e8466064873d75e20e680212e5b1f24acd7893d --- gotwebd/gotweb.c +++ gotwebd/gotweb.c @@ -214,7 +214,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) {