diff options
author | Karl Williamson <khw@cpan.org> | 2022-09-05 05:36:38 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2022-09-07 12:07:22 -0600 |
commit | d8e250fa2b45c62809ba490260a7de1930f7486f (patch) | |
tree | 1b94788bc5f57dff23bfd306fadcb530ecfe190b /embed.fnc | |
parent | 4e902ad36beb599b19ab29e54e0d2f45019de30e (diff) | |
download | perl-d8e250fa2b45c62809ba490260a7de1930f7486f.tar.gz |
embed.fnc: Fix indendation
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3355,7 +3355,7 @@ S |HV * |populate_localeconv|NN const struct lconv *lcbuf \ |const int unused \ |const locale_utf8ness_t numeric_locale_is_utf8 \ |const locale_utf8ness_t monetary_locale_is_utf8 -#if ! defined(HAS_NL_LANGINFO_L) && ! defined(HAS_NL_LANGINFO) +# if ! defined(HAS_NL_LANGINFO_L) && ! defined(HAS_NL_LANGINFO) S |HV * |get_nl_item_from_localeconv \ |NN const struct lconv *lcbuf \ |const int item \ |