summaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorStephen Frost2013-06-01 13:38:15 +0000
committerStephen Frost2013-06-01 13:38:15 +0000
commit551938ae2284975b53d665fa8a82a7e1f3514dda (patch)
tree14ceecfcc9413f1b3366393227b2604bf02e2bf1 /src/interfaces
parentdedf7e9919a2dc42370c0b218728e1556985de6a (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.c1
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;