diff options
| author | Stephen Frost | 2013-06-01 13:38:15 +0000 |
|---|---|---|
| committer | Stephen Frost | 2013-06-01 13:38:15 +0000 |
| commit | 551938ae2284975b53d665fa8a82a7e1f3514dda (patch) | |
| tree | 14ceecfcc9413f1b3366393227b2604bf02e2bf1 /src/interfaces | |
| parent | dedf7e9919a2dc42370c0b218728e1556985de6a (diff) | |
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.
Diffstat (limited to 'src/interfaces')
| -rw-r--r-- | src/interfaces/ecpg/pgtypeslib/timestamp.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
