David Rowley <dgrowle...@gmail.com> writes: > Also a few minor things: > * Missing space after "if" > + if(arg3) > * We always have an empty line after variable declarations, that's missing in: > + NumericVar q; > + init_var(&q);
This sort of stuff is best addressed by running the code through pgindent, rather than fixing it manually. Usually we don't insist on submitters getting it right; the committer should pgindent it. regards, tom lane