update src

This commit is contained in:
lyon1998 2022-04-09 09:05:01 +08:00
parent 1125cf3bfb
commit 516a57d603

View File

@ -965,6 +965,7 @@ static int32_t Parser_getPyLineBlockDeepth(char* line) {
if (0 == spaceNum % 4) {
return spaceNum / 4;
}
__platform_printf("[info]: only support 4 spaces\r\n");
/* space Num is not 4N, error*/
return -1;
}