Commit Diff


commit - c602198afc6ce7d8c96397f6482e7aff4e02db41
commit + 77d0cae1993d80e742dbcf69ace80700ed616831
blob - 7c7b569eb691bdd7a3f95d2c59bedfe96c54f7bc
blob + 0f2528c97db20b779a500b205d84cfcdb238b7ad
--- gotd/gotd.c
+++ gotd/gotd.c
@@ -1004,7 +1004,7 @@ gotd_request(int fd, short events, void *arg)
 				 * The client has closed its socket.
 				 * This can happen when Git clients are
 				 * done sending pack file data.
-				*/
+				 */
 				msgbuf_clear(&ibuf->w);
 				continue;
 			} else if (n == -1 && errno != EAGAIN) {