Merge branch 'ds/commit-graph-assert-missing-parents'
[gitweb.git] / transport-helper.c
index bf225c698fac81a9a94eff6d3371988ac4ff0bac..4702e150f0ef8f5f2253d64dad0abf6906867233 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;