Skip to content

Commit d7fee59

Browse files
committed
Remove blank lines in code.
1 parent bc6fb54 commit d7fee59

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/backend/utils/adt/formatting.c

Lines changed: 1 addition & 3 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.121 2007/02/09 03:15:48 momjian Exp $
4+
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.122 2007/02/09 04:17:58 momjian Exp $
55
*
66
*
77
* Portions Copyright (c) 1999-2007, PostgreSQL Global Development Group
@@ -3858,7 +3858,6 @@ NUM_prepare_locale(NUMProc *Np)
38583858
else
38593859
Np->L_currency_symbol = " ";
38603860

3861-
38623861
if (!IS_LDECIMAL(Np->Num))
38633862
Np->decimal = ".";
38643863
}
@@ -3870,7 +3869,6 @@ NUM_prepare_locale(NUMProc *Np)
38703869
Np->L_negative_sign = "-";
38713870
Np->L_positive_sign = "+";
38723871
Np->decimal = ".";
3873-
38743872
Np->L_thousands_sep = ",";
38753873
Np->L_currency_symbol = " ";
38763874
}

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