]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: avoid excess parens in STREQ
authorEric Blake <ebb9@byu.net>
Wed, 27 Jan 2010 13:59:02 +0000 (06:59 -0700)
committerJim Meyering <meyering@redhat.com>
Mon, 1 Feb 2010 16:21:26 +0000 (17:21 +0100)
commit6b8d8395b642bbae25cb55b963070ab41894c323
tree0df629a775e86f15e6917eb46d83b2c9b3c84f1e
parent1e44c678fafc463c7dd91b4640b835e4f8cdb37f
maint: avoid excess parens in STREQ

* src/internal.h (STREQ, STRCASEEQ, STRNEQ, STRCASENEQ, STREQLEN)
(STRCASEEQLEN, STRNEQLEN, STRCASENEQLEN, STRPREFIX): Avoid
redundant parenthesis.
* examples/domain-events/events-c/event-test.c (STREQ): Likewise.
* src/storage/parthelper.c (STREQ): Likewise.
examples/domain-events/events-c/event-test.c
src/internal.h
src/storage/parthelper.c