From 7e4874c0d8020e8d8faa058cb1b27fb372bf31a9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 15 Apr 2003 06:22:33 +0000 Subject: Remove (or replace-with-TAB(s) to retain alignment) each sequence of spaces before a TAB character. --- lib/strftime.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/strftime.c b/lib/strftime.c index cf76c1f5e..3600793ef 100644 --- a/lib/strftime.c +++ b/lib/strftime.c @@ -615,7 +615,7 @@ my_strftime (s, maxsize, format, tp extra_args LOCALE_PARAM) int pad = 0; /* Padding for number ('-', '_', or 0). */ int modifier; /* Field modifier ('E', 'O', or 0). */ int digits; /* Max digits for numeric format. */ - int number_value; /* Numeric value to be printed. */ + int number_value; /* Numeric value to be printed. */ int negative_number; /* 1 if the number is negative. */ const CHAR_T *subfmt; CHAR_T *bufp; @@ -1029,7 +1029,7 @@ my_strftime (s, maxsize, format, tp extra_args LOCALE_PARAM) do *--bufp = u % 10 + L_('0'); while ((u /= 10) != 0); - } + } do_number_sign_and_padding: if (negative_number) @@ -1186,7 +1186,7 @@ my_strftime (s, maxsize, format, tp extra_args LOCALE_PARAM) DO_NUMBER (2, tp->tm_sec); case L_('s'): /* GNU extension. */ - { + { struct tm ltm; time_t t; -- cgit v1.2.3-70-g09d2