* lib/strftime.c (__strftime_internal): Correct indentation of
preprocessor directives.
+2024-06-17 Bruno Haible <bruno@clisp.org>
+
+ nstrftime: Correct indentation.
+ * lib/strftime.c (__strftime_internal): Correct indentation of
+ preprocessor directives.
+
2024-06-17 Paul Eggert <eggert@cs.ucla.edu>
nstrftime: improve fix for NetBSD link errors
locale_t locale = c_locale ();
if (!locale)
return 0; /* errno is set here */
-# if HAVE_STRFTIME_LZ
+# if HAVE_STRFTIME_LZ
len = strftime_lz (tz, ubuf, sizeof ubuf, ufmt, tp, locale);
-# else
+# else
len = strftime_l (ubuf, sizeof ubuf, ufmt, tp, locale);
-# endif
+# endif
# else
# if HAVE_STRFTIME_Z
len = strftime_z (tz, ubuf, sizeof ubuf, ufmt, tp);