diff options
author | Karl Williamson <public@khwilliamson.com> | 2014-01-27 22:30:29 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2014-01-27 23:03:48 -0700 |
commit | baa60164aa329dbdc2e418a7743d51a081db237e (patch) | |
tree | 80656bec5d5e3951555f2f8f558d5ef72903ca97 /utf8.c | |
parent | 31f05a37c4e9c37a7263491f2fc0237d836e1a80 (diff) | |
download | perl-baa60164aa329dbdc2e418a7743d51a081db237e.tar.gz |
White-space, comments only
This mostly indents and outdents base on blocks added or removed by the
previous commit. But there are a few comment changes and vertical
alignment of macro backslash continuation characters, and other
white-space changes
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2198,6 +2198,7 @@ Perl__to_utf8_upper_flags(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp, bool flags *(ustrp + 1) = UTF8_EIGHT_BIT_LO((U8) result); *lenp = 2; } + return result; } |