From 249d724c6a5d7357642a1644e5a96bd14a19d322 Mon Sep 17 00:00:00 2001 From: kstailey Date: Wed, 23 Jul 1997 21:14:42 +0000 Subject: tabify + trailing blanks --- lib/libc/locale/localeconv.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/libc/locale/localeconv.c') diff --git a/lib/libc/locale/localeconv.c b/lib/libc/locale/localeconv.c index f5ddb39a0b7..93d708bb434 100644 --- a/lib/libc/locale/localeconv.c +++ b/lib/libc/locale/localeconv.c @@ -4,19 +4,19 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: localeconv.c,v 1.2 1996/08/19 08:28:20 tholo Exp $"; +static char *rcsid = "$OpenBSD: localeconv.c,v 1.3 1997/07/23 21:14:40 kstailey Exp $"; #endif /* LIBC_SCCS and not lint */ #include #include -/* +/* * The localeconv() function constructs a struct lconv from the current * monetary and numeric locales. * * Because localeconv() may be called many times (especially by library - * routines like printf() & strtod()), the approprate members of the - * lconv structure are computed only when the monetary or numeric + * routines like printf() & strtod()), the approprate members of the + * lconv structure are computed only when the monetary or numeric * locale has been changed. */ int __mlocale_changed = 1; -- cgit v1.2.3