http_get_file: style fixes
commit3d1fb769b26dbf278a0ef0cf7427aac86a161bb0
authorJeff King <peff@peff.net>
Sat, 28 Sep 2013 08:31:00 +0000 (28 04:31 -0400)
committerJonathan Nieder <jrnieder@gmail.com>
Mon, 30 Sep 2013 20:04:31 +0000 (30 13:04 -0700)
treef43c2250187e8e2d07ce968ff4b64cb3a2074636
parent02a110ad435a6ccda648f09f94e546dfd7bdd0ac
http_get_file: style fixes

Besides being ugly, the extra parentheses are idiomatic for
suppressing compiler warnings when we are assigning within a
conditional. We aren't doing that here, and they just
confuse the reader.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
http.c