]> git.ipfire.org Git - thirdparty/git.git/commit - remote.c
Cleanup style nit of 'x == NULL' in remote.c
authorShawn O. Pearce <spearce@spearce.org>
Tue, 25 Sep 2007 04:13:14 +0000 (00:13 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Sep 2007 06:25:15 +0000 (23:25 -0700)
commit009c5bcd24da3cd2670962e405585e31d662487d
treebc9cff28c1dfdab74948dc0e66415b2d5f53078b
parentf4e95765b042f3e31a8902e78a5101768b33e445
Cleanup style nit of 'x == NULL' in remote.c

Git style tends to prefer "!x" over "x == NULL".  Make it so in
these handful of locations that were not following along.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
remote.c