]> git.ipfire.org Git - thirdparty/git.git/blobdiff - transport.c
Documentation: lost-found is now deprecated.
[thirdparty/git.git] / transport.c
index d44fe7cee7bd8f0e524eff6b516cd2c8b8c919e2..fa5cfbb09d18d4546725e947933b22bb32c3ec2c 100644 (file)
@@ -380,7 +380,8 @@ static int disconnect_walker(struct transport *transport)
 }
 
 #ifndef NO_CURL
-static int curl_transport_push(struct transport *transport, int refspec_nr, const char **refspec, int flags) {
+static int curl_transport_push(struct transport *transport, int refspec_nr, const char **refspec, int flags)
+{
        const char **argv;
        int argc;
        int err;
@@ -646,7 +647,8 @@ static int fetch_refs_via_pack(struct transport *transport,
        return 0;
 }
 
-static int git_transport_push(struct transport *transport, int refspec_nr, const char **refspec, int flags) {
+static int git_transport_push(struct transport *transport, int refspec_nr, const char **refspec, int flags)
+{
        struct git_transport_data *data = transport->data;
        const char **argv;
        char *rem;