]> git.ipfire.org Git - thirdparty/libvirt.git/commit
remove space between function name and (
authorChristophe Fergeau <teuf@gnome.org>
Thu, 17 Feb 2011 21:18:21 +0000 (22:18 +0100)
committerEric Blake <eblake@redhat.com>
Fri, 18 Feb 2011 00:10:27 +0000 (17:10 -0700)
commit787e38890e2ea905bbe0e231bfbda353df00ff86
treea62863918cac5a4872d7419c5644eea264f1b5c0
parent7b9a5099535909fc5eb30ae74e952e285f46f6a1
remove space between function name and (

There were several occurrences of an extra space inserted between
a function name and the ( opening the argument list in
datatypes.c. This is not consistent with the coding style used in
the rest of this file so removing this extra space makes the
code slightly more readable.
src/datatypes.c