Merge branch 'jc/maint-diff-q-filter'
[gitweb.git] / transport-helper.c
index ba06b70cce6ecc5822fd86d2e3579be76dbeaa33..5846b55875f6e568711b2f90726bb6608aaf4e73 100644 (file)
@@ -12,8 +12,7 @@
 
 static int debug;
 
-struct helper_data
-{
+struct helper_data {
        const char *name;
        struct child_process *helper;
        FILE *out;
@@ -77,7 +76,7 @@ static void write_constant(int fd, const char *str)
                die_errno("Full write to remote helper failed");
 }
 
-const char *remove_ext_force(const char *url)
+static const char *remove_ext_force(const char *url)
 {
        if (url) {
                const char *colon = strchr(url, ':');