build: add space before ;
This is the only place where ; is not preceded by a space:
grep '[^ ];' $(find . -name Makefile.am)
No idea if this is a problem, but just assume the space is mandatory.
build: add space before `;` Tags None Subscribers None
Description
Details
|