Skip to content

Commit

Permalink
ICU-22767 indent
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankYFTang committed Sep 6, 2024
1 parent c933d2b commit 8e666e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icu4c/source/common/ucnvmbcs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3145,7 +3145,7 @@ ucnv_MBCSGetNextUChar(UConverterToUnicodeArgs *pArgs,

if(c<0) {
if(U_SUCCESS(*pErrorCode) && source==sourceLimit && lastSource<source &&
(size_t)(source-lastSource) <= sizeof(cnv->toUBytes)) {
(size_t)(source-lastSource) <= sizeof(cnv->toUBytes)) {
/* incomplete character byte sequence */
uint8_t *bytes=cnv->toUBytes;
cnv->toULength = static_cast<int8_t>(source - lastSource);
Expand Down

0 comments on commit 8e666e5

Please sign in to comment.