mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-10-01 17:29:07 +08:00
Execute IWYU and format.
This commit is contained in:

committed by
Arthur Sonzogni

parent
91c5954fe2
commit
20a05e99ca
@@ -118,7 +118,7 @@ TerminalInputParser::Output TerminalInputParser::ParseUTF8() {
|
||||
|
||||
// Find the first zero in the first byte.
|
||||
int first_zero = 8;
|
||||
for(int i = 0; i<8; ++i) {
|
||||
for (int i = 0; i < 8; ++i) {
|
||||
mask |= selector;
|
||||
if (head & selector) {
|
||||
selector >>= 1;
|
||||
|
Reference in New Issue
Block a user