Permalink
Browse files

var style

  • Loading branch information...
Andy Chu
Andy Chu committed Jun 6, 2018
1 parent d33f021 commit 5e3eff2eca2011ad40dc3231f069487c458a7165
Showing with 1 addition and 1 deletion.
  1. +1 −1 core/word_compile.py
View
@@ -49,7 +49,7 @@ def Utf8Encode(code):
num_cont_bytes = 3
bytes_ = []
for i in xrange(num_cont_bytes):
for _ in xrange(num_cont_bytes):
bytes_.append(0x80 | (code & 0x3F))
code >>= 6

0 comments on commit 5e3eff2

Please sign in to comment.