From 551938ae2284975b53d665fa8a82a7e1f3514dda Mon Sep 17 00:00:00 2001 From: Stephen Frost Date: Sat, 1 Jun 2013 09:38:15 -0400 Subject: Post-pgindent cleanup Make slightly better decisions about indentation than what pgindent is capable of. Mostly breaking out long function calls into one line per argument, with a few other minor adjustments. No functional changes- all whitespace. pgindent ran cleanly (didn't change anything) after. Passes all regressions. --- src/interfaces/ecpg/pgtypeslib/timestamp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/interfaces') diff --git a/src/interfaces/ecpg/pgtypeslib/timestamp.c b/src/interfaces/ecpg/pgtypeslib/timestamp.c index 36e811eba97..79539c73e13 100644 --- a/src/interfaces/ecpg/pgtypeslib/timestamp.c +++ b/src/interfaces/ecpg/pgtypeslib/timestamp.c @@ -948,7 +948,6 @@ PGTYPEStimestamp_defmt_asc(char *str, const char *fmt, timestamp * d) int PGTYPEStimestamp_add_interval(timestamp * tin, interval * span, timestamp * tout) { - if (TIMESTAMP_NOT_FINITE(*tin)) *tout = *tin; -- cgit v1.2.3