]> git.ipfire.org Git - thirdparty/git.git/blobdiff - transport-helper.c
Merge branch 'mg/rev-list-n-reverse-doc'
[thirdparty/git.git] / transport-helper.c
index ba06b70cce6ecc5822fd86d2e3579be76dbeaa33..0c5b1bd994d79cd6441a5c956a2d851b6bea7d5f 100644 (file)
@@ -12,8 +12,7 @@
 
 static int debug;
 
-struct helper_data
-{
+struct helper_data {
        const char *name;
        struct child_process *helper;
        FILE *out;