git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb4d8c7
)
md: remove space after function name in declaration and call.
author
NeilBrown
<neilb@suse.de>
Mon, 13 Oct 2008 00:55:12 +0000
(11:55 +1100)
committer
NeilBrown
<neilb@suse.de>
Mon, 13 Oct 2008 00:55:12 +0000
(11:55 +1100)
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>
No differences found