mirror of
https://gitee.com/openharmony/third_party_qrcodegen
synced 2024-11-23 07:10:22 +00:00
Fixed indentation in a line of C code.
This commit is contained in:
parent
a492346364
commit
42f753cfcf
@ -59,7 +59,7 @@ int main(void) {
|
||||
for (size_t i = 0; i < length; i++) {
|
||||
int b;
|
||||
if (scanf("%d", &b) != 1)
|
||||
return EXIT_FAILURE;
|
||||
return EXIT_FAILURE;
|
||||
data[i] = (uint8_t)b;
|
||||
isAscii &= 0 < b && b < 128;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user