diff options
author | Karl Williamson <khw@cpan.org> | 2019-01-25 09:55:58 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-02-04 21:00:50 -0700 |
commit | 5a10328cd52e3a7a3fa9244dbc367ee439850cab (patch) | |
tree | 7c07e4ea6d09a820cf36054b509a4932ff3246a6 /handy.h | |
parent | 9d3980bc229750e6c07726fe529f02bf4dc6a5a5 (diff) | |
download | perl-5a10328cd52e3a7a3fa9244dbc367ee439850cab.tar.gz |
handy.h: White-space only
Vertically align the ternary colon with the question mark above it.
Diffstat (limited to 'handy.h')
-rw-r--r-- | handy.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1545,7 +1545,7 @@ END_EXTERN_C ? (c) \ : (IN_UTF8_CTYPE_LOCALE) \ ? PL_latin1_lc[ (U8) (c) ] \ - : (cast)function((cast)(c))) + : (cast)function((cast)(c))) /* Note that the result can be larger than a byte in a UTF-8 locale. It * returns a single value, so can't adequately return the upper case of LATIN |