Merge branch 'bc/tree-walk-oid'
[gitweb.git] / transport-helper.c
index a87fdf7b0b30f3f131726b53f88f46dc9324806f..6cf3bb324e149c0180d332497edf2b2c15a6b71c 100644 (file)
@@ -1026,7 +1026,8 @@ static int push_refs(struct transport *transport,
 }
 
 
-static int has_attribute(const char *attrs, const char *attr) {
+static int has_attribute(const char *attrs, const char *attr)
+{
        int len;
        if (!attrs)
                return 0;