]> git.ipfire.org Git - thirdparty/git.git/blobdiff - credential-cache--daemon.c
Merge branch 'js/commit-graph-chunk-table-fix'
[thirdparty/git.git] / credential-cache--daemon.c
index 4dfbc8c9f917a600c0995b7e33927df3fa19453d..ec1271f89ce08b3b117fe09715f61730c7943bea 100644 (file)
@@ -91,7 +91,8 @@ static timestamp_t check_expirations(void)
 }
 
 static int read_request(FILE *fh, struct credential *c,
-                       struct strbuf *action, int *timeout) {
+                       struct strbuf *action, int *timeout)
+{
        static struct strbuf item = STRBUF_INIT;
        const char *p;