[postgis-devel] Implement "make astyle" patch

Maxime van Noppen maxime at altribe.org
Wed Jan 27 06:08:47 PST 2010


Mark Cave-Ayland wrote:
> I'd suggest doing it this way so that we can guarantee everyone is
> running a consistent astyle command across the codebase.

Hi,

Just a little fix. I'd suggest a better usage of find rather than
multiple calls to grep :

> find . -name '*.c' -not \( -name '*.in.c' -o -name 'wktparse.tab.c' -o -name 'lex.yy.c' \)

-- 
Maxime



More information about the postgis-devel mailing list