Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit acb3416

Browse files
committed
Remove blank line from C code.
1 parent aba039d commit acb3416

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/utils/adt/formatting.c

Lines changed: 1 addition & 2 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.120 2007/02/08 18:19:33 momjian Exp $
4+
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.121 2007/02/09 03:15:48 momjian Exp $
55
*
66
*
77
* Portions Copyright (c) 1999-2007, PostgreSQL Global Development Group
@@ -3847,7 +3847,6 @@ NUM_prepare_locale(NUMProc *Np)
38473847
*/
38483848
if (lconv->decimal_point && *lconv->decimal_point)
38493849
Np->decimal = lconv->decimal_point;
3850-
38513850
else
38523851
Np->decimal = ".";
38533852

0 commit comments

Comments
 (0)