mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Issue #12016: Reindent decoders of HK and JP codecs
This commit is contained in:
parent
98e68adc7e
commit
5dfe3bb2d9
2 changed files with 49 additions and 48 deletions
|
|
@ -371,11 +371,11 @@ DECODER(euc_jp)
|
|||
|
||||
REQUIRE_OUTBUF(1)
|
||||
|
||||
if (c < 0x80) {
|
||||
OUT1(c)
|
||||
NEXT(1, 1)
|
||||
continue;
|
||||
}
|
||||
if (c < 0x80) {
|
||||
OUT1(c)
|
||||
NEXT(1, 1)
|
||||
continue;
|
||||
}
|
||||
|
||||
if (c == 0x8e) {
|
||||
/* JIS X 0201 half-width katakana */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue