Lack of new line between IF statements

Started by Fabrízio de Royes Melloabout 7 years ago2 messageshackers
Jump to latest
#1Fabrízio de Royes Mello
fabriziomello@gmail.com

Hi all,

The attached patch just a very minor adjustment to
src/bin/pg_checksums/pg_checksums.c to add new line between some IF
statements.

Regards,

--
Fabrízio de Royes Mello Timbira - http://www.timbira.com.br/
PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

Attachments:

lack_of_new_line_between_if_statement.patchtext/x-patch; charset=US-ASCII; name=lack_of_new_line_between_if_statement.patchDownload+2-0
#2Michael Paquier
michael@paquier.xyz
In reply to: Fabrízio de Royes Mello (#1)
Re: Lack of new line between IF statements

On Sat, Mar 23, 2019 at 08:54:26AM -0300, Fabrízio de Royes Mello wrote:

The attached patch just a very minor adjustment to
src/bin/pg_checksums/pg_checksums.c to add new line between some IF
statements.

Thanks. This makes the code more consistent with the surroundings, so
done. At the same time I have improved the error messages in the
area as they should not have a period.
--
Michael