md: remove space after function name in declaration and call.
Having
function (args)
instead of
function(args)
make is harder to search for calls of particular functions.
So remove all those spaces.
Signed-off-by:
NeilBrown <neilb@suse.de>
parent
fb4d8c76
Please register or sign in to comment