Skip to content

Commit 9cd3fb1

Browse files
committed
Small cleanup.
1 parent 420fc28 commit 9cd3fb1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/backend/utils/adt/formatting.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* -----------------------------------------------------------------------
22
* formatting.c
33
*
4-
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.95 2005/08/17 21:47:55 momjian Exp $
4+
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.96 2005/08/17 21:54:50 momjian Exp $
55
*
66
*
77
* Portions Copyright (c) 1999-2005, PostgreSQL Global Development Group
@@ -4446,7 +4446,6 @@ NUM_processor(FormatNode *node, NUMDesc *Num, char *inout, char *number,
44464446
}
44474447
else
44484448
{
4449-
44504449
if (*(Np->number_p - 1) == '.')
44514450
*(Np->number_p - 1) = '\0';
44524451
else
@@ -4462,8 +4461,6 @@ NUM_processor(FormatNode *node, NUMDesc *Num, char *inout, char *number,
44624461
#endif
44634462
return Np->number;
44644463
}
4465-
else
4466-
return NULL;
44674464

44684465
return NULL;
44694466
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy