X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=ws.c;h=c0893386e6c8aa3af002e847d228dfc5ef64a9cf;hb=4ac23f375f144d06d66d04a5e5323388d6f53251;hp=760b5743fa11f25dd4facf8beeb02e7aa28d09e1;hpb=99292c638a5c011ce453c904357185d9f6c7dd62;p=git.git diff --git a/ws.c b/ws.c index 760b5743f..c0893386e 100644 --- a/ws.c +++ b/ws.c @@ -64,7 +64,7 @@ static void setup_whitespace_attr_check(struct git_attr_check *check) static struct git_attr *attr_whitespace; if (!attr_whitespace) - attr_whitespace = git_attr("whitespace", 10); + attr_whitespace = git_attr("whitespace"); check[0].attr = attr_whitespace; }