diff options
author | Bruce Momjian | 2007-02-09 03:15:48 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-02-09 03:15:48 +0000 |
commit | 42bc42020e20509b46ca69c20af6b00bf73b76a1 (patch) | |
tree | 33dec5f76a42257144393ababe1f4c6dcd07babf | |
parent | 7a9908dfe30e6f1f75428491fa6c6446a60b79d0 (diff) |
Remove blank line from C code.
-rw-r--r-- | src/backend/utils/adt/formatting.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/utils/adt/formatting.c b/src/backend/utils/adt/formatting.c index c6b7145981..cd5c984265 100644 --- a/src/backend/utils/adt/formatting.c +++ b/src/backend/utils/adt/formatting.c @@ -3847,7 +3847,6 @@ NUM_prepare_locale(NUMProc *Np) */ if (lconv->decimal_point && *lconv->decimal_point) Np->decimal = lconv->decimal_point; - else Np->decimal = "."; |